TcxTreeListBandPosition Class
Represents a set of options that determine layout aspects of a band within the TreeList control.
Declaration
TcxTreeListBandPosition = class(
TcxOwnedPersistent
)
Remarks
This class introduces properties that allow you to:
Nest the band within another band (BandIndex).
Specify the band’s horizontal position (ColIndex).
Determine the band’s visible position (VisibleColIndex).
Access the band and parent band properties (Band and ParentBand).
A band’s Position property references a TcxTreeListBandPosition object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxTreeListBandPosition
See Also