Skip to main content

TcxGridCardViewOptionsView.CategoryIndent Property

Specifies the size of the category row’s children indentation, in pixels.

Declaration

property CategoryIndent: Integer read; write; default cxGridCardDefaultCategoryIndent;

Property Value

Type Default
Integer cxGridCardDefaultCategoryIndent

Remarks

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

The default value of the CategoryIndent property is cxGridCardDefaultCategoryIndent.

See Also