TdxGanttControlSheetColumn Members
A column in the Chart View Sheet and Resource Sheet View.Constructors
| Name | Description |
|---|---|
| Create(TdxGanttControlSheetColumns) | Creates a sheet column. |
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| Name | Description |
|---|---|
| AllowHide | Specifies if a user can hide the column via a drag-and-drop operation. |
| AllowInsert | Specifies if a user can insert an extra column. |
| AllowMove | Specifies if a user can drag and drop the column to change its position. |
| AllowRename | Specifies if a user can change the column’s caption. |
| AllowSize | Specifies if a user can drag the column header edges to change the column width. |
| AllowWordWrap | Specifies if the column supports word wrap. |
| Caption | Specifies the column’s caption. |
| Index | Specifies the column‘s index in a sheet column collection. |
| Owner | Returns a sheet column collection. |
| Visible | Manages the column visibility. |
| Width | Specifies a column width, in pixels. |
| WordWrap | Specifies if the sheet column can wrap its caption. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Reset | Resets sheet column options. |
| ToString | Inherited from TObject. |
Constants
| Name | Description |
|---|---|
| DefaultWidth | Stores the column default width (in pixels). |
| MinWidth | Stores the minimum width of the column (in pixels). |
See Also