Skip to main content

MVCxPivotGridWebGroupCollection.Item[Int32] Property

Provides indexed access to the groups in the collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxPivotGridWebGroup this[int index] { get; }

#Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the required group. If it’s negative or exceeds the maximum available index, an exception is raised.

#Property Value

Type Description
MVCxPivotGridWebGroup

An MVCxPivotGridWebGroup object that defines the group in the collection.

#Remarks

PivotGrid holds its groups within the PivotGridSettings.Groups collection. The Item property allows individual groups to be accessed using index notation.

See Also