Skip to main content

TcxSchedulerStyles.DayHeader Property

Specifies the day header style settings.

Declaration

property DayHeader: TcxStyle index cxcsDayHeader read; write;

Property Value

Type
TcxStyle

Remarks

Use this property to specify the style settings applied to day headers (except for the current day header).

The DayHeader property value is ignored if:

  • The scheduler control’s LookAndFeel.NativeStyle property is True (the control is painted using the native system style);

  • The scheduler control’s LookAndFeel.Kind property is set to lfOffice11 (the control is painted using the Office11 style).

For detailed information on working with the Styles technology, refer to examples in the Styles topic.

See Also