Back to Devexpress

TcxGridBandedTableOptionsView.FixedBandSeparatorWidth Property

vcl-cxgridbandedtableview-dot-tcxgridbandedtableoptionsview-2129dbc0.md

latest1.6 KB
Original Source

TcxGridBandedTableOptionsView.FixedBandSeparatorWidth Property

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

Declaration

delphi
property FixedBandSeparatorWidth: Integer read; write; default cxGridDefaultFixedBandSeparatorWidth;

Property Value

TypeDefaultDescription
IntegercxGridDefaultFixedBandSeparatorWidth

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:

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

See Also

TcxGridBandedTableOptionsView.FixedBandSeparatorColor

TcxGridBands.Layout

Bands

TcxGridBandedTableOptionsView Class

TcxGridBandedTableOptionsView Members

cxGridBandedTableView Unit