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