Back to Devexpress

XafApplication.CreateListView Method

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

latest2.1 KB
Original Source

XafApplication.CreateListView Method

NameParametersDescription
CreateListView(IObjectSpace, Type, Boolean)objectSpace, objectType, isRootCreates a List View used for the objects of the specified type, by default.
CreateListView(IModelListView, CollectionSourceBase, Boolean, ListEditor)modelListView, collectionSource, isRoot, listEditorFor internal use.
CreateListView(IModelListView, CollectionSourceBase, Boolean)modelListView, collectionSource, isRootCreates a List View based on the information from the Application Model‘s node specified by the modelListView parameter.
CreateListView(String, CollectionSourceBase, Boolean)listViewId, collectionSource, isRootCreates a List View based on information from the Application Model‘s Views
CreateListView(Type, Boolean)objectType, isRootCreates a List View used for the objects of the specified type, by default.