TcxTreeListOptionsView.FixedSeparatorColor Property
In This Article
Specifies the color of fixed band separators.
#Declaration
Delphi
property FixedSeparatorColor: TColor read; write; default clDefault;
#Property Value
Type | Default | Description |
---|---|---|
TColor | cl |
The fixed band separator color. |
#Remarks
Use FixedSeparatorWidth and FixedSeparatorColor
properties to customize fixed band separator appearance.
#Default Value
The FixedSeparatorColor
property’s default value is clDefault
.
See Also