TdxGanttControlSheetOptions Events
The base class for sheet options.Name | Description |
---|---|
OnBeforeEdit | Allows you to forbid cell edit operations. |
OnColumnCaptionChanged | |
OnColumnPositionChanged | Allows you to respond to a column position change. |
OnColumnSizeChanged | Allows you to respond to a column resize. |
OnColumnVisibilityChanged | |
OnColumnWordWrapChanged | |
OnEditValueChanged | Allows you to respond to a cell value change. |
OnFirstVisibleColumnIndexChanged | Allows you to respond to a change of the first visible column in the sheet. |
OnFirstVisibleRowIndexChanged | Allows you to respond to a change of the first visible row in the sheet. |
OnFocusedColumnIndexChanged | Occurs after the focused column has been changed. |
OnFocusedRowIndexChanged | Occurs after the focused column has been changed. |
OnGetStoredProperties | |
OnGetStoredPropertyValue | |
OnInitEdit | Allows you to implement a custom response to in-place editor activation. |
OnSetStoredPropertyValue |
See Also