CalendarViewDayItemChangingEventArgs.InRecycleQueue 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 a value that indicates whether this container is in the recycle queue of the CalendarView and is not being used to visualize a calendar item.
public:
property bool InRecycleQueue { bool get(); };
bool InRecycleQueue();
public bool InRecycleQueue { get; }
var boolean = calendarViewDayItemChangingEventArgs.inRecycleQueue;
Public ReadOnly Property InRecycleQueue As Boolean
Property Value
Boolean
bool
true if the container is in the recycle queue of the CalendarView; otherwise, false.