TcxSchedulerDateNavigatorStyles.Selection Property
Specifies style settings for the selected date(s) in the Date Navigator.
Declaration
property Selection: TcxStyle index cxdnSelection read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
Use the Selection property to specify style settings for the selected date(s) in the Date Navigator.
Note
if the TcxSchedulerDateNavigator.ShowDatesContainingEventsInBold property is set to True the bold attribute, specified by the TFont.Style property, is ignored.
See the examples in the Styles topic.
See Also