TcxGridCardViewOptionsView.CategorySeparatorWidth Property
Specifies the width of the category row separator in pixels.
Declaration
property CategorySeparatorWidth: Integer read; write; default cxGridCardDefaultCategorySeparatorWidth;
Property Value
Type | Default |
---|---|
Integer | cxGridCardDefaultCategorySeparatorWidth |
Remarks
Use this property to adjust the category row separator’s width.
The CategorySeparatorWidth 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 CategorySeparatorWidth property is cxGridCardDefaultCategorySeparatorWidth.
See Also