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