Skip to main content

TcxGridCardViewOptionsView.LayerSeparatorWidth Property

Specifies the width of a layer separator in pixels.

Declaration

property LayerSeparatorWidth: Integer read; write; default cxGridCardDefaultLayerSeparatorWidth;

Property Value

Type Default
Integer cxGridCardDefaultLayerSeparatorWidth

Remarks

A layer separator is a bar that visually divides layered card rows in a card:

Use the LayerSeparatorWidth property to adjust the layer separator’s width.

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 the LayerSeparatorWidth property is cxGridCardDefaultLayerSeparatorWidth.

See Also