Skip to main content

TcxSchedulerDateNavigatorDayNumberViewInfo.Bold Property

Specifies whether the current date is drawn as bold or not.

Declaration

property Bold: Boolean read; write;

Property Value

Type
Boolean

Remarks

The dates which have user events assigned are marked in bold (if the TcxSchedulerDateNavigator.ShowDatesContainingEventsInBold property is set to True).

If the Bold property is set to True and the TcxSchedulerDateNavigator.ShowDatesContainingEventsInBold property is set to True, then the current date will be bold.

See Also