Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewOptionsView.LayerSeparatorWidth Property

Specifies the width of a layer separator in pixels.

#Declaration

Delphi
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:

VCL Data Grid: A Vertical Row Layout Example

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

#Default Value

The LayerSeparatorWidth property’s default value is cxGridCardDefaultLayerSeparatorWidth.

See Also