Skip to main content
A newer version of this page is available. .

FormTabBuilder<T> Class

An array of tab configuration objects.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class FormTabBuilder<T> :
    OptionsOwnerBuilder,
    ICollectionItem

Type Parameters

Name Description
T

The data type.

Implements

Inheritance

Object
OptionsOwnerBuilder
FormTabBuilder<T>
See Also