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

GroupHeaderTemplateContainer.GroupItemCount Property

Gets the number of items contained within the group whose header template is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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 group.

See Also