共用方式為


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

適用於