Skip to main content

TcxScheduler.OnCustomDrawGroupSeparator Event

Occurs every time a group separator is about to be drawn in the scheduler area.

Declaration

property OnCustomDrawGroupSeparator: TcxSchedulerCustomDrawGroupSeparatorEvent read; write;

Remarks

Implement the OnCustomDrawGroupSeparator event handler to custom paint the group separator.

The Sender parameter specifies the time View currently active in the scheduling area.

The ACanvas parameter specifies the drawing surface.

The AViewInfo parameter returns ViewInfo information required to render the processed group separator.

The ADone parameter specifies if built-in draw routines are executed. Set ADone to True to prevent default painting.

See Also