DynamicCollection(IObjectSpace, Type) Constructor
Initializes a new instance of the DynamicCollection class with specified settings.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectSpace | IObjectSpace | An Object Space for processing the collection objects. |
objectType | Type | A type of objects in the collection. |
See Also