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.FixedBandSeparatorColor Property

Specifies the color of fixed band separators.

#Declaration

Delphi
property FixedBandSeparatorColor: TColor read; write; default clDefault;

#Property Value

Type Default Description
TColor clDefault

The color of fixed band separators.

#Remarks

A fixed band separator distinguishes the bands docked at the left or right Banded Table View border from scrollable content. Use the FixedBandSeparatorColor property to explicitly define the color of fixed band separators:

Fixed Band Separator Example

Note

The color of fixed band separators depends on the TcxGrid control’s LookAndFeel settings if the FixedBandSeparatorColor property is set to clDefault.

The FixedBandSeparatorColor property’s default value is clDefault.

See Also