TdxGanttControlChartViewSheetOptions Events
Stores the Chart View Sheet settings.Name | Description |
---|---|
OnBeforeEdit | Allows you to forbid cell edit operations. Inherited from TdxGanttControlSheetOptions. |
OnColumnCaptionChanged | Inherited from TdxGanttControlSheetOptions. |
OnColumnPositionChanged | Allows you to respond to a column position change. Inherited from TdxGanttControlSheetOptions. |
OnColumnSizeChanged | Allows you to respond to a column resize. Inherited from TdxGanttControlSheetOptions. |
OnColumnVisibilityChanged | Inherited from TdxGanttControlSheetOptions. |
OnColumnWordWrapChanged | Inherited from TdxGanttControlSheetOptions. |
OnEditValueChanged | Allows you to respond to a cell value change. Inherited from TdxGanttControlSheetOptions. |
OnFirstVisibleColumnIndexChanged | Allows you to respond to a change of the first visible column in the sheet. Inherited from TdxGanttControlSheetOptions. |
OnFirstVisibleRowIndexChanged | Allows you to respond to a change of the first visible row in the sheet. Inherited from TdxGanttControlSheetOptions. |
OnFocusedColumnIndexChanged | Occurs after the focused column has been changed. Inherited from TdxGanttControlSheetOptions. |
OnFocusedRowIndexChanged | Occurs after the focused column has been changed. Inherited from TdxGanttControlSheetOptions. |
OnGetStoredProperties | Inherited from TdxGanttControlSheetOptions. |
OnGetStoredPropertyValue | Inherited from TdxGanttControlSheetOptions. |
OnInitEdit | Allows you to implement a custom response to in-place editor activation. Inherited from TdxGanttControlSheetOptions. |
OnSetStoredPropertyValue | Inherited from TdxGanttControlSheetOptions. |
OnSizeChanged | Occurs after the Chart View size change. |
OnTaskDragAndDrop | Allows you to accept or decline a row rearrangement in the Chart View‘s sheet. |
OnTaskEndDrag | Allows you to respond to row rearrangement in the Chart View‘s task sheet. |
OnTaskStartDrag | Allows you to prevent row drag-and-drop operations in the Chart View‘s task sheet. |
See Also