TcxTreeListOptionsView.FixedSeparatorColor Property
Specifies the color of fixed band separators.
Declaration
property FixedSeparatorColor: TColor read; write; default clDefault;
Property Value
Type | Default | Description |
---|---|---|
TColor | clDefault | 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