TcxSchedulerCustomView.SelectedDays Property
Represents the collection of dates to be displayed in the scheduling area.
Declaration
property SelectedDays: TcxSchedulerDateList read;
Property Value
Type |
---|
TcxSchedulerDateList |
Remarks
Use the SelectedDays property to determine the dates to be displayed in the scheduling area of the scheduler control.
See Also