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.LeftIndent Property

Specifies the distance between preview display text and the preview section‘s left border, in pixels.

#Declaration

Delphi
property LeftIndent: Integer read; write; default 5;

#Property Value

Type Default Description
Integer 5

The left preview indent, in pixels.

#Remarks

Use LeftIndent and RightIndent properties to position text horizontally within the preview section.

VCL Tree List: Preview Indents

#Default Value

The LeftIndent property’s default value is 5.

See Also