TcxTreeListPreview.Place Property
In This Article
Specifies the preview section‘s position relative to a node.
#Declaration
Delphi
property Place: TcxTreeListPreviewPlace read; write; default tlppBottom;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
tlpp |
The preview section’s position. |
#Remarks
Options include:
Value | Description |
---|---|
tlpp |
The preview is displayed at the bottom of a node. |
tlpp |
The preview is displayed at the top of a node. |
#Default Value
The Place
property’s default value is tlppBottom.
See Also