Back to Devexpress

TcxGridCardViewOptionsView.CategorySeparatorWidth Property

vcl-cxgridcardview-dot-tcxgridcardviewoptionsview-2cd48cd6.md

latest1.3 KB
Original Source

TcxGridCardViewOptionsView.CategorySeparatorWidth Property

Specifies the width of the category row separator in pixels.

Declaration

delphi
property CategorySeparatorWidth: Integer read; write; default cxGridCardDefaultCategorySeparatorWidth;

Property Value

TypeDefault
IntegercxGridCardDefaultCategorySeparatorWidth

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

TcxGridCardViewRow.Kind

TcxGridCardViewOptionsView Class

TcxGridCardViewOptionsView Members

cxGridCardView Unit