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

TcxCustomGridColumn.FixedKind Property

Specifies the active column anchor mode.

#Declaration

Delphi
property FixedKind: TcxGridColumnFixedKind read; write; default fkNone;

#Property Value

Type Default Description
TcxGridColumnFixedKind fkNone

The active column anchor mode.

#Remarks

Use this property to fix a column or dock it to the left when users scroll the grid’s Table View to the right:

Refer to the TcxGridColumnFixedKind type description for information on available options.

The FixedKind property’s default value is [fkNone](xref:cxGridTableView.TcxGridColumnFixedKind.fkNone).

See Also