Initializes a new instance of the CollectionSource.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public CollectionSource(
IObjectSpace objectSpace,
Type objectType,
bool isServerMode
)
Public Sub New(
objectSpace As IObjectSpace,
objectType As Type,
isServerMode As Boolean
)
Type | Name | Description |
---|---|---|
IObjectSpace | objectSpace | An IObjectSpace object representing the Object Space used by the Collection Source to interact with the database. |
Type | objectType | A type of the objects that will be contained in the Collection Source's CollectionSourceBase.Collection. |
Boolean | isServerMode | true, if the server mode should be used; otherwise, false. This value is considered when initializing the CollectionSourceBase.DataAccessMode property. |
XAF automatically creates and manipulates a Collection Source when it creates a List View. However, you may need to instantiate a Collection Source manually if you create a custom List View.