IGrid.GetGroupCount() Method
Gets the number of grouped columns.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
int GetGroupCount()
Returns
Type | Description |
---|---|
Int32 | Specifies the number of grouped columns. |
Remarks
Refer to the GetGroupCount() method description for more information and an example.
See Also