CollectionFactory<T> Class
In This Article
Provides methods that allow you to add items to a collection.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
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
Object
AbstractCollectionFactory
CollectionFactory<T>
See Also