XafApplication.CreatePropertyCollectionSource(IObjectSpace, Type, Object, IMemberInfo, String, CollectionSourceDataAccessMode, CollectionSourceMode) Method
Creates a Collection Source for a nested List View that displays a collection property.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectSpace | IObjectSpace | An IObjectSpace object representing the Object Space used to retrieve the object for the created Collection Source. |
masterObjectType | Type | The type of the object whose collection property is about to be displayed. |
masterObject | Object | An object whose collection property is about to be displayed. |
memberInfo | IMemberInfo | An IMemberInfo object that defines the collection property to be displayed. |
listViewId | String | A string representing an identifier of the List View for which a Collection Source is created. |
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 used to initialize the CollectionSourceBase.Mode property of the created Collection Source. |
Returns
Type | Description |
---|---|
PropertyCollectionSource | A PropertyCollectionSource object representing a Collection Source for a nested List View. |