IGridBandColumn Interface
A band column that joins regular DxGrid columns into a group with a common header.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public interface IGridBandColumn :
IGridColumn,
IGridColumnsOwner
Remarks
Refer to the DxGridBandColumn class description for more information and an example.
See Also