TcxGridCustomLayoutViewOptionsView.SeparatorColor Property
Specifies the color of card group separators.
Declaration
property SeparatorColor: TColor read; write; default cxGridCustomLayoutViewSeparatorDefaultColor;
Property Value
Type | Default |
---|---|
TColor | cxGridCustomLayoutViewSeparatorDefaultColor |
Remarks
Use the SeparatorColor property to specify the color 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 SeparatorColor property is cxGridCustomLayoutViewSeparatorDefaultColor.
See Also