Skip to main content

TcxTreeListBand.Caption Property

Provides access to the object representing the band’s caption.

Declaration

property Caption: TcxTreeListCaption read; write;

Property Value

Type
TcxTreeListCaption

Remarks

This property exposes a TcxTreeListCaption instance whose members can be used to customize the band caption’s look and feel. Also, you are able to specify the horizontal and vertical alignment of the caption’s text, whether its contents can be displayed over several lines and whether an image is displayed within the caption area.

See Also