ASPxTitleIndex.GetGroupItemCount(Object) Method
In This Article
Returns the number of data items contained within a specific group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
group |
Object | A Object value that specifies the required group’s grouping value (for example, this can be the Title |
#Returns
Type | Description |
---|---|
Int32 | An integer value that represents the total number of data items contained within the specified group. |
See Also