Skip to main content

TcxSchedulerTimeGridView.OnGetMinorUnitDisplayText Event

Fires every time the title of the minor time scale’s unit is rendered.

Declaration

property OnGetMinorUnitDisplayText: TcxSchedulerTimeGridViewGetUnitDisplayTextEvent read; write;

Remarks

Implement the OnGetMinorUnitDisplayText event handler to provide the custom title for the minor time scale’s unit.

The Sender parameter specifies the TimeGrid View.

The AStart parameter specifies the start of the minor time scale’s current unit (beginning from the start of the major time scale’s parent unit through to the last minor time scale’s unit, which is currently visible in the scheduling area).

The AFinish parameter specifies the end time of the last unit currently visible in the scheduling area (which is the same as the start time of the unit after it).

The ATextType parameter specifies the type of formatting for the text.

The AText parameter specifies the title’s text.

See Also