Skip to main content
A newer version of this page is available. .
Tab

ASPxTitleIndex.GetGroupItemCount(Object) Method

Returns the number of data items contained within a specific group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public int GetGroupItemCount(
    object groupValue
)

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