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

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

#Declaration

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

#Property Value

Type Default Description
Integer 5

The right 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 RightIndent property’s default value is 5.

See Also