TcxGridCardViewOptionsView.CategorySeparatorWidth Property
In This Article
Specifies the width of the category row separator in pixels.
#Declaration
Delphi
property CategorySeparatorWidth: Integer read; write; default cxGridCardDefaultCategorySeparatorWidth;
#Property Value
Type | Default |
---|---|
Integer | cx |
#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