Skip to main content

TcxSchedulerTimeGridViewStyles.OnGetSelectionBarParams Event

Fires before the ADateTime time selection bar unit is drawn when the style information on the unit is being updated.

Declaration

property OnGetSelectionBarParams: TcxSchedulerGetScaleItemStyleEvent read; write;

Remarks

Handle this event to apply a custom style to a specific selection bar unit.

The Sender parameter specifies the TimeGrid View.

ADateTime specifies the currently processed unit.

AStyle represents a style that will be applied to ADateTime.

See the example in the Styles topic.

See Also