TcxCustomDateNavigator.SelectedDays Property
Represents the collection of dates displayed in the Date Navigator control.
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 Date Navigator control.
See Also