Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlSheetColumnEvent Type

The column change notification event type

#Declaration

Delphi
TdxGanttControlSheetColumnEvent = procedure(Sender: TObject; AColumn: TdxGanttControlSheetColumn) of object;

#Parameters

Name Type
Sender TObject
AColumn TdxGanttControlSheetColumn

#Remarks

The Sender parameter provides access to the sheet options that raised the event. You can cast this parameter to the TdxGanttControlSheetOptions class to access type-specific members. Use the AColumn parameter to refer to a sheet column where a change has occurred.

The OnEditValueChanged, OnColumnPositionChanged, and OnColumnSizeChanged events reference the TdxGanttControlSheetColumnEvent procedural type.

See Also