TcxGridBandFixedKind Type
In This Article
Enumerates band anchor modes.
#Declaration
Delphi
TcxGridBandFixedKind = cxGridTableView.TcxGridColumnFixedKind;
#Referenced Class
Type | Description |
---|---|
Tcx |
Enumerates grid column anchor modes. |
#Remarks
The TcxGridBandFixedKind type maps to the TcxGridColumnFixedKind type. Refer to its description for information on available options.
A grid band’s FixedKind property references the TcxGridBandFixedKind type.
See Also