TcxTreeListOptionsView.FixedSeparatorWidth Property
Specifies the width of the fixed band separators, in pixels.
Declaration
property FixedSeparatorWidth: Integer read; write; default cxTreeListDefSeparatorWidth;
Property Value
| Type | Default | Description |
|---|---|---|
| Integer | cxTreeListDefSeparatorWidth | The fixed band separator width, in pixels. |
Remarks
Use FixedSeparatorWidth and FixedSeparatorColor properties to customize fixed band separator appearance.
Default Value
The FixedSeparatorWidth property’s default value is cxTreeListDefSeparatorWidth.
See Also