Back to Devexpress

TcxCustomGridColumn.FixedKind Property

vcl-cxgridtableview-dot-tcxcustomgridcolumn-2bc3a39a.md

latest1.1 KB
Original Source

TcxCustomGridColumn.FixedKind Property

Specifies the active column anchor mode.

Declaration

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

Property Value

TypeDefaultDescription
TcxGridColumnFixedKindfkNone

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

TcxCustomGridColumn Class

TcxCustomGridColumn Members

cxGridTableView Unit