CalendarViewDayItemChangingEventArgs.InRecycleQueue 属性

定义

获取一个值,该值指示此容器是否位于 CalendarView 的回收队列中,并且未用于可视化日历项。

public:
 property bool InRecycleQueue { bool get(); };
bool InRecycleQueue();
public bool InRecycleQueue { get; }
var boolean = calendarViewDayItemChangingEventArgs.inRecycleQueue;
Public ReadOnly Property InRecycleQueue As Boolean

属性值

Boolean

bool

如果容器位于 CalendarView 的回收队列中,则为 true;否则为 false

适用于