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

TcxGridPreview.RightIndent Property

Specifies the distance (in pixels) between the preview text and the right preview section border.

#Declaration

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

#Property Value

Type Default
Integer cxGridPreviewDefaultRightIndent

#Remarks

Use the RightIndent and LeftIndent properties to set preview text’s right and left margins. The preview text cannot be displayed if the resulting margins touch or overlap.

The RightIndent property automatically updates its value by multiplying it by the DPI-aware form’s scaling factor every time it changes.

The cxGridPreviewDefaultRightIndent global constant specifies the default RightIndent property value.

See Also