Skip to main content

TabsItemBuilder Class

Represents a Tabs control’s item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class TabsItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

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

Implements

Inheritance

See Also