Skip to main content

TcxGridBandedTableOptionsView.FixedBandSeparatorWidth Property

Specifies the width of the fixed band separator, in pixels.

Declaration

property FixedBandSeparatorWidth: Integer read; write; default cxGridDefaultFixedBandSeparatorWidth;

Property Value

Type Default Description
Integer cxGridDefaultFixedBandSeparatorWidth

The fixed band separator width, in pixels.

Remarks

A fixed band separator delimits the bands docked at the left or right Banded Table View border from scrollable content. Use the FixedBandSeparatorWidth property to adjust the width of fixed band separators:

Fixed Band Separator Example

The FixedBandSeparatorWidth property’s default value is [cxGridDefaultFixedBandSeparatorWidth](xref:cxGridBandedTableView.cxGridDefaultFixedBandSeparatorWidth).

See Also