TabsItemBuilder Class
In This Article
Represents a Tabs control’s item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
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
Object
OptionsOwnerBuilder
TabsItemBuilder
See Also