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

TcxGridTableOptionsView.FixedColumnSeparatorWidth Property

Specifies the width of fixed column separators, in pixels.

#Declaration

Delphi
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