Back to Devexpress

IModelViewItem Interface

expressappframework-devexpress-dot-expressapp-dot-model-49eae0c8.md

latest2.1 KB
Original Source

IModelViewItem Interface

Serves as the base interface for the IModelPropertyEditor, IModelControlDetailItem, IModelStaticText, IModelStaticImage and IModelActionContainerViewItem interfaces.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelViewItem :
    IModelNode
vb
Public Interface IModelViewItem
    Inherits IModelNode

The following members return IModelViewItem objects:

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelViewItem Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace