GridCustomDataSourceGroupInfo.DataItemCount Property
Returns the number of items in a group.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public int DataItemCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The number of items. |
See Also