CalendarViewDayItemChangingEventArgs.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the calendar day item associated with this container.
CalendarViewDayItem Item();
public CalendarViewDayItem Item { get; }
var calendarViewDayItem = calendarViewDayItemChangingEventArgs.item;
Public ReadOnly Property Item As CalendarViewDayItem
Property Value
The CalendarViewDayItem associated with this container, or null if no item is associated with this container.