TcxTreeListColumnPosition Class
Contains a set of options that determine the layout aspects of a column within the TreeList control.
Declaration
TcxTreeListColumnPosition = class(
TcxOwnedPersistent
)
Remarks
This class introduces members that allow you to:
Specify the band containing the column (BandIndex).
Specify the column’s horizontal and vertical positions within a band (ColIndex and RowIndex).
Specify the column header’s height in lines (LineCount).
Simultaneously change multiple layout options (SetPosition and SetPositionEx).
Access the band, column, and row properties (Band, Column, and Row).
Determine the visible position of the column within the TreeList control (VisibleBandIndex, VisibleColIndex, and VisibleRowIndex).
A column’s Position property references a TcxTreeListColumnPosition object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxTreeListColumnPosition
See Also