Skip to main content

TcxGridLayoutViewOptionsView.RecordBorderWidth Property

Specifies the card border width, in pixels.

Declaration

property RecordBorderWidth: Integer read; write; default cxGridLayoutViewDefaultRecordBorderWidth;

Property Value

Type Default
Integer cxGridLayoutViewDefaultRecordBorderWidth

Remarks

Use this property to adjust the card border’s width. You can set the RecordBorderWidth property to 0 to hide the border.

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

The default RecordBorderWidth property value is cxGridLayoutViewDefaultRecordBorderWidth.

See Also