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

MVCxNavBarGroupCollection.IndexOf(MVCxNavBarGroup) Method

Searches for the specified group object and returns the zero-based index of the first occurrence within the group collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public int IndexOf(
    MVCxNavBarGroup group
)

Parameters

Name Type
group MVCxNavBarGroup

Returns

Type
Int32
See Also