GridCustomDataSourceItemsOptions.Count Property
Specifies the number of items that match specified options.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
Int32 | The number of items. |
See Also