TcxCustomGridColumn.FixedKind Property
Specifies the active column anchor mode.
Declaration
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