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

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

#Declaration

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

#Property Value

Type Default
Integer cxGridPreviewDefaultLeftIndent

#Remarks

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

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

The cxGridPreviewDefaultLeftIndent global constant specifies the default LeftIndent property value.

See Also