Skip to main content

MVCxNavBarItemCollection.Remove(MVCxNavBarItem) Method

In This Article

Removes an item object from the item collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public void Remove(
    MVCxNavBarItem item
)

#Parameters

Name Type
item MVCxNavBarItem
See Also