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