XafApplication.CreateListView(IModelListView, CollectionSourceBase, Boolean, ListEditor) Method
For internal use.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public ListView CreateListView(
IModelListView modelListView,
CollectionSourceBase collectionSource,
bool isRoot,
ListEditor listEditor
)
#Parameters
Name | Type | Description |
---|---|---|
model |
IModel |
An IModel |
collection |
Collection |
A Collection |
is |
Boolean | true, if the created List View is independent and owns the Object Space assigned to the View. |
list |
List |
A List |
#Returns
Type | Description |
---|---|
List |
A List |