다음을 통해 공유


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입니다.

적용 대상