Skip to main content

TcxSchedulerDateNavigatorStyles.Content Property

Specifies style settings for the Date Navigator month’s content.

Declaration

property Content: TcxStyle index cxdnContent read; write;

Property Value

Type
TcxStyle

Remarks

Use the Content property to specify style settings for the Date Navigator month’s content.

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