TcxGridFixedDataRowsOptions.SeparatorColor Property
Specifies a color of the separator between the scrollable and fixed row areas.
Declaration
property SeparatorColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
The SeparatorColor and SeparatorWidth properties define the separator’s appearance.
The SeparatorColor property’s default value is clDefault.
See Also