Skip to main content

TcxTreeListPreview.Active Property

Identifies if the node preview section is displayed in the Tree List control.

Declaration

property Active: Boolean read;

Property Value

Type Description
Boolean

True if the node preview section is visible; otherwise, False.

Remarks

The Active property returns True if the Visible, Column, MaxLineCount, and AutoHeight properties are set to display the preview section in the Tree List control.

See Also