TabPanelItemBuilder Class
Represents a TabPanel item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class TabPanelItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return TabPanelItemBuilder objects:
Remarks
Do not instantiate this class explicitly. A new TabPanelItemBuilder
class instance is created when you call the Items(Action<CollectionFactory<TabPanelItemBuilder>>) method.
Implements
Inheritance
Object
OptionsOwnerBuilder
TabPanelItemBuilder
See Also