Back to Devexpress

TcxGridCardViewOptionsView.CategoryIndent Property

vcl-cxgridcardview-dot-tcxgridcardviewoptionsview.md

latest1.2 KB
Original Source

TcxGridCardViewOptionsView.CategoryIndent Property

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

Declaration

delphi
property CategoryIndent: Integer read; write; default cxGridCardDefaultCategoryIndent;

Property Value

TypeDefault
IntegercxGridCardDefaultCategoryIndent

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

TcxGridCardViewRow.Kind

TcxGridCardViewOptionsView Class

TcxGridCardViewOptionsView Members

cxGridCardView Unit