Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBand.FixedKind Property

Specifies the active band anchor mode.

#Declaration

Delphi
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