TdxGanttControlChartViewSheetOptions Members
Stores the Chart View Sheet settings.Constructors
| Name | Description |
|---|---|
| Create(TPersistent) | Initializes a new instance of the TdxGanttControlCustomOptions class with specified settings. Inherited from TdxGanttControlCustomOptions. |
Properties
| Name | Description |
|---|---|
| AllowColumnDetailCustomization |
Specifies if a sheet column‘s pop-up menu can display the More... item.
Inherited from TdxGanttControlSheetOptions. |
| AllowColumnHide | Specifies if a user can hide a column via a drag and drop operation. Inherited from TdxGanttControlSheetOptions. |
| AllowColumnInsert | Inherited from TdxGanttControlSheetOptions. |
| AllowColumnMove | Specifies if a user can rearrange columns via a drag and drop operation. Inherited from TdxGanttControlSheetOptions. |
| AllowColumnRename | Inherited from TdxGanttControlSheetOptions. |
| AllowColumnSize | Specifies if a user can user can change a column width via a drag-and-drop operation. Inherited from TdxGanttControlSheetOptions. |
| AllowTaskMove | Specifies if you can use drag-and-drop operations to rearrange tasks in a sheet. |
| AlwaysShowEditor | Specifies if the focused cell’s in-place editor is active. Inherited from TdxGanttControlSheetOptions. |
| CellAutoHeight | Specifies if a sheet cell changes its height to fit the content. Inherited from TdxGanttControlSheetOptions. |
| ChangedHandlers | Inherited from TdxGanttControlCustomOptions. |
| ColumnQuickCustomization | Manages the “Quick Column Customization” button visibility. Inherited from TdxGanttControlSheetOptions. |
| Columns | Provides access to a sheet’s column collection. Inherited from TdxGanttControlSheetOptions. |
| Owner | Returns the Chart View that owns sheet options. |
| RowHeaderWidth | Specifies a row header width, in pixels. Inherited from TdxGanttControlSheetOptions. |
| RowHeight | Specifies a row height, in pixels. Inherited from TdxGanttControlSheetOptions. |
| ScaleFactor | Inherited from TdxGanttControlCustomOptions. |
| Visible | Manages the Chart View‘s visibility. |
| Width | Specifies the Chart View‘s width, in pixels. |
Methods
Events
| 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. |
Constants
| Name |
|---|
| DefaultWidth |
See Also