vcl-cxgridbandedtableview-dot-tcxgridband.md
Specifies the active band anchor mode.
property FixedKind: TcxGridBandFixedKind read; write; default fkNone;
| Type | Default | Description |
|---|---|---|
| TcxGridBandFixedKind | fkNone |
The active band anchor mode.
|
Use this property to fix the band or make it dock to the left when users scroll the Banded Table View to the right. Refer to the TcxGridColumnFixedKind type description for information on available options.
Note
A fixed band automatically becomes a root band. Refer to the Bands topic for detailed information on bands.
The FixedKind property’s default value is [fkNone](xref:cxGridTableView.TcxGridColumnFixedKind.fkNone).
See Also
TcxGridBandedTableOptionsView.FixedBandSeparatorColor