Back to Devexpress

TcxGridTableOptionsView.FixedColumnSeparatorWidth Property

vcl-cxgridtableview-dot-tcxgridtableoptionsview-43770400.md

latest1.4 KB
Original Source

TcxGridTableOptionsView.FixedColumnSeparatorWidth Property

Specifies the width of fixed column separators, in pixels.

Declaration

delphi
property FixedColumnSeparatorWidth: Integer read; write; default cxGridDefaultFixedColumnSeparatorWidth;

Property Value

TypeDefaultDescription
IntegercxGridDefaultFixedColumnSeparatorWidth

The width of fixed column separators, in pixels.

|

Remarks

A fixed column separator delimits the columns docked at the left or right grid Table View border from scrollable content. Use the FixedColumnSeparatorWidth property to adjust the column separator width:

The FixedColumnSeparatorWidth property’s default value is [cxGridDefaultFixedColumnSeparatorWidth](xref:cxGridTableView.cxGridDefaultFixedColumnSeparatorWidth).

See Also

FixedColumnSeparatorColor

TcxGridTableOptionsView Class

TcxGridTableOptionsView Members

cxGridTableView Unit