Skip to main content

TcxGridPreview.RightIndent Property

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

Declaration

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