Skip to main content

TcxGridCustomLayoutViewOptionsView.SeparatorWidth Property

Specifies the width of card group separators in pixels.

Declaration

property SeparatorWidth: Integer read; write; default cxGridCustomLayoutViewSeparatorDefaultWidth;

Property Value

Type Default
Integer cxGridCustomLayoutViewSeparatorDefaultWidth

Remarks

Use the SeparatorWidth property to specify the width of lines that separate card groups.

Cards are grouped according to the layout specified by the following properties:

The default value of the SeparatorWidth property is cxGridCustomLayoutViewSeparatorDefaultWidth.

See Also