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

TcxTreeListPreview.Place Property

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

#Declaration

Delphi
property Place: TcxTreeListPreviewPlace read; write; default tlppBottom;

#Property Value

Type Default Description
TcxTreeListPreviewPlace tlppBottom

The preview section’s position.

#Remarks

Options include:

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

#Default Value

The Place property’s default value is tlppBottom.

See Also