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 | 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