TcxCustomGridColumn.FixedKind Property
In This Article
Specifies the active column anchor mode.
#Declaration
Delphi
property FixedKind: TcxGridColumnFixedKind read; write; default fkNone;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
fk |
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