Skip to main content

TcxTreeListPreview.Place Property

Specifies the preview section‘s position relative to a node.

Declaration

property Place: TcxTreeListPreviewPlace read; write; default tlppBottom;

Property Value

Type Default
TcxTreeListPreviewPlace tlppBottom

Remarks

Options include:

Value Meaning
tlppBottom The preview is displayed at the bottom of a node.
tlppTop The preview is displayed at the top of a node.

The default value of the Place property is tlppBottom.

See Also