Skip to main content

TdxGanttControlSheetOptions.OnColumnSizeChanged Event

Allows you to respond to a column resize.

Declaration

property OnColumnSizeChanged: TdxGanttControlSheetColumnEvent read; write;

Remarks

This event occurs every time a sheet column width changes.

Note

This event occurs even if the column passed as the AColumn parameter is invisible.

Refer to the TdxGanttControlSheetColumnEvent procedural type description for details.

See Also