TcxCustomScheduler.SelectedDays Property
Represents the collection of dates displayed in the scheduling area.
Declaration
property SelectedDays: TcxSchedulerDateList read;
Property Value
Type |
---|
TcxSchedulerDateList |
Remarks
Use the SelectedDays property to access the TcxSchedulerDateList collection to determine which dates are currently displayed in the scheduling area.
See Also