Skip to main content
Tab

IndexPanelItemTemplateContainer.GroupItemCount Property

Gets the number of items contained within the group to which the rendered index panel item corresponds.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int GroupItemCount { get; }

Property Value

Type Description
Int32

An integer value that represents the total number of data items within the corresponding group.

See Also