Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also