Skip to main content

CollectionFactory<T> Class

Provides methods that allow you to add items to a collection.

Namespace: DevExtreme.AspNet.Mvc.Factories

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class CollectionFactory<T> :
    AbstractCollectionFactory
    where T : OptionsOwnerBuilder, ICollectionItem

Type Parameters

Name Description
T

The data type.

Remarks

Do not instantiate this class explicitly. A new CollectionFactory<T> class instance is created when you call methods like Items, Columns, Fields, and so on.

Inheritance

See Also