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

NavBarItemBuilder Class

Represents a NavBar item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class NavBarItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new NavBarItemBuilder class instance is created when you call the Items(Action<CollectionFactory<NavBarItemBuilder>>) method.

Implements

Inheritance

Object
OptionsOwnerBuilder
NavBarItemBuilder
See Also