Skip to main content

TcxGridPreview.LeftIndent Property

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

Declaration

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