TcxGridCardViewOptionsView.LayerSeparatorWidth Property
Specifies the width of a layer separator in pixels.
Declaration
property LayerSeparatorWidth: Integer read; write; default cxGridCardDefaultLayerSeparatorWidth;
Property Value
Type | Default | Description |
---|---|---|
Integer | cxGridCardDefaultLayerSeparatorWidth | The layers separator width, in pixels. |
Remarks
A layer separator delimits layered rows in a card:
Use the LayerSeparatorWidth
property to adjust the layer separator’s width.
Default Value
The LayerSeparatorWidth
property’s default value is cxGridCardDefaultLayerSeparatorWidth.
See Also