Back to Devexpress

XafApplication.CreateCollectionSource Method

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-createcollectionsource.md

latest1.7 KB
Original Source

XafApplication.CreateCollectionSource Method

NameParametersDescription
CreateCollectionSource(IObjectSpace, Type, String, CollectionSourceDataAccessMode, CollectionSourceMode)objectSpace, objectType, listViewId, dataAccessMode, modeCreates a Collection Source for a specific List View.
CreateCollectionSource(IObjectSpace, Type, String, CollectionSourceMode)objectSpace, objectType, listViewId, modeCreates a Collection Source for a specific List View.
CreateCollectionSource(IObjectSpace, Type, String, Boolean, CollectionSourceMode)objectSpace, objectType, listViewId, isServerMode, modeCreates a Collection Source for a specific List View.
CreateCollectionSource(IObjectSpace, Type, String)objectSpace, objectType, listViewIdCreates a collection source for a specified List View.