Skip to main content

TcxGridBand.FixedKind Property

Specifies the active band anchor mode.

Declaration

property FixedKind: TcxGridBandFixedKind read; write; default fkNone;

Property Value

Type Default Description
TcxGridBandFixedKind fkNone

The active band anchor mode.

Remarks

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