FormTabBuilder<T> Class
An array of tab configuration objects.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class FormTabBuilder<T> :
OptionsOwnerBuilder,
ICollectionItem
#Type Parameters
Name | Description |
---|---|
T | The data type. |
#Implements
#Inheritance
Object
OptionsOwnerBuilder
FormTabBuilder<T>
See Also