Back to Devexpress

CollectionSource Constructors

expressappframework-devexpress-dot-expressapp-dot-collectionsource-dot-ctor.md

latest2.4 KB
Original Source

CollectionSource Constructors

The Collection Source used for the List Views that display collections of business objects.

NameParametersDescription
CollectionSource(IObjectSpace, Type, CollectionSourceDataAccessMode, CollectionSourceMode)objectSpace, objectType, dataAccessMode, modeInitializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type, CollectionSourceDataAccessMode)objectSpace, objectType, dataAccessModeInitializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type, Boolean, CollectionSourceMode)objectSpace, objectType, isServerMode, modeInitializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type, Boolean)objectSpace, objectType, isServerModeInitializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type)objectSpace, objectTypeCreates and initializes an instance of the CollectionSource class with the specified parameters.

See Also

CollectionSource Class

CollectionSource Members

DevExpress.ExpressApp Namespace