TcxGridCardViewOptionsView.CardBorderWidth Property
In This Article
Specifies the card border width, in pixels.
#Declaration
Delphi
property CardBorderWidth: Integer read; write; default cxGridDefaultCardBorderWidth;
#Property Value
Type | Default |
---|---|
Integer | cx |
#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