XafApplication.CreateCollectionSource(IObjectSpace, Type, String, CollectionSourceDataAccessMode, CollectionSourceMode) Method
Creates a Collection Source for a specific List View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| objectSpace | IObjectSpace | An IObjectSpace object that represents an Object Space for the objects retrieved to the created Collection Source. |
| objectType | Type | The Type object that represents the type of the objects that will be retrieved to the created Collection Source. |
| listViewId | String | A string value representing the target List View’s identifier. |
| dataAccessMode | CollectionSourceDataAccessMode | The CollectionSourceDataAccessMode enumeration value that specifies the data access mode |
| mode | CollectionSourceMode | A CollectionSourceMode enumeration value specifying the Collection Source’s mode of operation. This value is set to the CollectionSourceBase.Mode property. |
Returns
| Type | Description |
|---|---|
| CollectionSourceBase | A CollectionSourceBase object that represents the Collection Source of objects whose type is specified by the objectType parameter. |