CalendarViewDayItemChangingEventArgs.InRecycleQueue Property

Definition

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.

Applies to