TcxGridBandedTableOptionsView.FixedBandSeparatorColor Property
In This Article
Specifies the color of fixed band separators.
#Declaration
Delphi
property FixedBandSeparatorColor: TColor read; write; default clDefault;
#Property Value
Type | Default | Description |
---|---|---|
TColor | cl |
The color of fixed band separators. |
#Remarks
A fixed band separator distinguishes the bands docked at the left or right Banded Table View border from scrollable content. Use the FixedBandSeparatorColor property to explicitly define the color of fixed band separators:
Note
The color of fixed band separators depends on the Tcx
The FixedBandSeparatorColor
property’s default value is clDefault
.
See Also