TabsItemBuilder Class
Represents a Tabs control’s item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class TabsItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return TabsItemBuilder objects:
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
Object
OptionsOwnerBuilder
TabsItemBuilder
See Also