Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CollectionSource Constructors

The Collection Source used for the List Views that display collections of business objects.
Name Parameters Description
CollectionSource(IObjectSpace, Type, CollectionSourceDataAccessMode, CollectionSourceMode) objectSpace, objectType, dataAccessMode, mode Initializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type, CollectionSourceDataAccessMode) objectSpace, objectType, dataAccessMode Initializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type, Boolean, CollectionSourceMode) objectSpace, objectType, isServerMode, mode Initializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type, Boolean) objectSpace, objectType, isServerMode Initializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type) objectSpace, objectType Creates and initializes an instance of the CollectionSource class with the specified parameters.
See Also