Skip to main content

TcxSchedulerStyles.OnGetResourceHeaderStyle Event

Fires before the AResource resource’s header in the scheduling area is drawn when the styles information about the AResource resource is being updated.

Declaration

property OnGetResourceHeaderStyle: TcxSchedulerOnGetResourceHeaderStyleEvent read; write;

Remarks

Implement the OnGetResourceHeaderStyle event handler to provide custom style settings for the AResource resource’s header.

The Sender parameter specifies the scheduler control.

The AStyle parameter represents the styles that will be applied to the AResource resource’s header.

See the example in the Styles topic.

See Also