TcxTreeListColumnPosition Properties
Contains a set of options that determine the layout aspects of a column within the TreeList control.
Name | Description |
---|---|
Band | Provides access to the band containing the column. |
Band |
Specifies the band that contains the column. |
Col |
Specifies the horizontal position of the column within its band. |
Column | Provides access to the column that owns the current option set. |
Line |
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 Tcx |
Row | Provides access to the band row containing the column. |
Row |
Specifies the vertical position of the column within its band. |
Tree |
Provides access to the Tree |
Visible |
Returns the visible position of the band that contains this column. |
Visible |
Returns the visible horizontal position of the column within its band row. |
Visible |
Returns the visible vertical position of the band row containing the column, within the column header panel. |
See Also