TcxTreeListColumnPosition Members
Contains a set of options that determine the layout aspects of a column within the TreeList control.Constructors
| Name | Description |
|---|---|
| Create(TPersistent) | Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent. |
Properties
| Name | Description |
|---|---|
| Band | Provides access to the band containing the column. |
| BandIndex | Specifies the band that contains the column. |
| ColIndex | Specifies the horizontal position of the column within its band. |
| Column | Provides access to the column that owns the current option set. |
| LineCount | Specifies the column header‘s height, in text lines. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| Row | Provides access to the band row containing the column. |
| RowIndex | Specifies the vertical position of the column within its band. |
| TreeList | Provides access to the TreeList control containing the current option set. |
| VisibleBandIndex | Returns the visible position of the band that contains this column. |
| VisibleColIndex | Returns the visible horizontal position of the column within its band row. |
| VisibleRowIndex | Returns the visible vertical position of the band row containing the column, within the column header panel. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| DoAssign(TPersistent) protected | Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner protected | Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| SetPosition(Integer,Integer,Boolean) | Moves the column within its band. |
| SetPositionEx(Integer,Integer,Integer,Boolean) | Moves the column at a specific position in a specified band. |
| ToString | Inherited from TObject. |
See Also