Back to Devexpress

TcxGridTableOptionsView.FixedColumnSeparatorColor Property

vcl-cxgridtableview-dot-tcxgridtableoptionsview-e14ca037.md

latest1.6 KB
Original Source

TcxGridTableOptionsView.FixedColumnSeparatorColor Property

Specifies the color of fixed column separators.

Declaration

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

Property Value

TypeDefaultDescription
TColorclDefault

The color of fixed column separators.

|

Remarks

A fixed column separator distinguishes the columns docked at the left or right grid Table View border from scrollable content. Use the FixedColumnSeparatorColor property to explicitly define the color of fixed column separators:

Note

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

The FixedColumnSeparatorColor property’s default value is clDefault.

See Also

FixedColumnSeparatorWidth

FixedColumnHighlightColor

TcxGridTableOptionsView Class

TcxGridTableOptionsView Members

cxGridTableView Unit