Skip to main content

MVCxNavBarGroupCollection.Item[Int32] Property

Provides indexed access to individual groups within the MVCxNavBarGroupCollection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxNavBarGroup this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that specifies the zero-based index of the required item within the collection.

Property Value

Type Description
MVCxNavBarGroup

An MVCxNavBarGroup object which is the item at the specified index.

See Also