Skip to main content

TcxGridTableOptionsView.FixedColumnSeparatorWidth Property

Specifies the width of fixed column separators, in pixels.

Declaration

property FixedColumnSeparatorWidth: Integer read; write; default cxGridDefaultFixedColumnSeparatorWidth;

Property Value

Type Default Description
Integer cxGridDefaultFixedColumnSeparatorWidth

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 Fixed Column Separator Example

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

See Also