TcxGridCardViewOptionsView.LayerSeparatorWidth Property
In This Article
Specifies the width of a layer separator in pixels.
#Declaration
Delphi
property LayerSeparatorWidth: Integer read; write; default cxGridCardDefaultLayerSeparatorWidth;
#Property Value
Type | Default | Description |
---|---|---|
Integer | cx |
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