TcxGridCardViewOptionsView.CategoryIndent Property
In This Article
Specifies the size of the category row’s children indentation, in pixels.
#Declaration
Delphi
property CategoryIndent: Integer read; write; default cxGridCardDefaultCategoryIndent;
#Property Value
Type | Default |
---|---|
Integer | cx |
#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