Back to Devexpress

TcxGridBandedTableOptionsView.FixedBandSeparatorColor Property

vcl-cxgridbandedtableview-dot-tcxgridbandedtableoptionsview.md

latest1.7 KB
Original Source

TcxGridBandedTableOptionsView.FixedBandSeparatorColor Property

Specifies the color of fixed band separators.

Declaration

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

Property Value

TypeDefaultDescription
TColorclDefault

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:

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

TcxGridBandedTableOptionsView.FixedBandSeparatorWidth

TcxGridBands.Layout

Bands

TcxGridBandedTableOptionsView Class

TcxGridBandedTableOptionsView Members

cxGridBandedTableView Unit