TdxGanttControlSheetOptions Members
The base class for sheet options.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.
|
| AllowColumnHide | Specifies if a user can hide a column via a drag and drop operation. |
| AllowColumnInsert | |
| AllowColumnMove | Specifies if a user can rearrange columns via a drag and drop operation. |
| AllowColumnRename | |
| AllowColumnSize | Specifies if a user can user can change a column width via a drag-and-drop operation. |
| AlwaysShowEditor | Specifies if the focused cell’s in-place editor is active. |
| CellAutoHeight | Specifies if a sheet cell changes its height to fit the content. |
| ChangedHandlers | Inherited from TdxGanttControlCustomOptions. |
| ColumnQuickCustomization | Manages the “Quick Column Customization” button visibility. |
| Columns | Provides access to a sheet’s column collection. |
| Owner | Inherited from TdxGanttControlCustomOptions. |
| RowHeaderWidth | Specifies a row header width, in pixels. |
| RowHeight | Specifies a row height, in pixels. |
| ScaleFactor | Inherited from TdxGanttControlCustomOptions. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Inherited from TdxGanttControlPersistent. |
| CancelUpdate | Inherited from TdxGanttControlPersistent. |
| EndUpdate | Inherited from TdxGanttControlPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Reset | Inherited from TdxGanttControlPersistent. |
| ToString | Inherited from TObject. |
Events
| 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