expressappframework-devexpress-dot-expressapp-dot-model-f0976e01.md
The ListView node defines a List View of a particular business class.
Namespace : DevExpress.ExpressApp.Model
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
[ImageName("ModelEditor_ListView")]
public interface IModelListView :
IModelObjectView,
IModelView,
IModelNode
<ImageName("ModelEditor_ListView")>
Public Interface IModelListView
Inherits IModelObjectView,
IModelView,
IModelNode
The following members return IModelListView objects:
This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.
See Also
Application Model (UI Settings Storage)