Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBandedTableOptionsView.FixedBandSeparatorWidth Property

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

#Declaration

Delphi
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