Skip to main content

FormGroupItemBuilder<T> Class

This article describes configuration options of a group form item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class FormGroupItemBuilder<T> :
    OptionsOwnerBuilder,
    ICollectionItem

Type Parameters

Name Description
T

The data type.

Implements

Inheritance

Object
OptionsOwnerBuilder
FormGroupItemBuilder<T>
See Also