TcxGridCustomLayoutViewOptionsView.SeparatorWidth Property
In This Article
Specifies the width of card group separators in pixels.
#Declaration
Delphi
property SeparatorWidth: Integer read; write; default cxGridCustomLayoutViewSeparatorDefaultWidth;
#Property Value
Type | Default |
---|---|
Integer | cx |
#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:
Card View – the View’s LayoutDirection property.
Layout View – the View’s OptionsView.ViewMode property.
The default value of the SeparatorWidth property is cxGridCustomLayoutViewSeparatorDefaultWidth.
See Also