Skip to main content

TcxGridCardViewOptionsView.CardBorderWidth Property

Specifies the card border width, in pixels.

Declaration

property CardBorderWidth: Integer read; write; default cxGridDefaultCardBorderWidth;

Property Value

Type Default
Integer cxGridDefaultCardBorderWidth

Remarks

This property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes.

The default value of this property is specified by the cxGridDefaultCardBorderWidth constant.

See Also