Back to Devexpress

TcxTreeListCaption Class

vcl-cxtl-8770d347.md

latest1.4 KB
Original Source

TcxTreeListCaption Class

Represents a class that allows you to define settings of a band or a column caption.

Declaration

delphi
TcxTreeListCaption = class(
    TcxOwnedPersistent
)

Remarks

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxTreeListCaption

See Also

TcxTreeListCaption Members

cxTL Unit