vcl-cxtl-8770d347.md
Represents a class that allows you to define settings of a band or a column caption.
TcxTreeListCaption = class(
TcxOwnedPersistent
)
The class is exposed via the Band.Caption or the Column.Caption property of a band or a column respectively. The class methods provided allow you to specify the textual content of the caption, its horizontal and vertical alignment, the glyph displayed within the caption and its horizontal & vertical alignment, to specify whether the caption content can be displayed in more than a single line and other parameters.
TObject TPersistent TcxOwnedPersistent TcxTreeListCaption
See Also