TcxSchedulerStyles.ResourceHeader Property
In This Article
Specifies the resource header’s style settings.
#Declaration
Delphi
property ResourceHeader: TcxStyle index cxcsResourceHeader read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The ResourceHeader property value is ignored if:
The scheduler’s LookAndFeel.NativeStyle property is True (the control is painted using the native system style);
The control’s LookAndFeel.Kind property is set to lfOffice11 (the control is painted using the Office11 style);
The Agenda View is active.
For detailed information on working with the Styles technology, refer to examples in the Styles topic.
See Also