Skip to main content

TcxSchedulerTimeGridViewStyles.OnGetMinorScaleParams Event

Fires before the ADateTime minor scale unit is drawn when the style information on the unit is being updated.

Declaration

property OnGetMinorScaleParams: TcxSchedulerGetScaleItemStyleEvent read; write;

Remarks

Handle this event to apply a custom style to a specific minor scale 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