Back to Devexpress

TcxGridBand.FixedKind Property

vcl-cxgridbandedtableview-dot-tcxgridband.md

latest1.7 KB
Original Source

TcxGridBand.FixedKind Property

Specifies the active band anchor mode.

Declaration

delphi
property FixedKind: TcxGridBandFixedKind read; write; default fkNone;

Property Value

TypeDefaultDescription
TcxGridBandFixedKindfkNone

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

TcxGridBandedTableOptionsView.FixedBandSeparatorColor

TcxGridBandedTableOptionsView.FixedBandSeparatorWidth

TcxGridBands.HaveFixedItems

TcxGridBands.Layout

FixedKind

TcxGridBand Class

TcxGridBand Members

cxGridBandedTableView Unit