Back to Devexpress

IModelMember Interface

expressappframework-devexpress-dot-expressapp-dot-model-c20f6733.md

latest2.1 KB
Original Source

IModelMember Interface

The Member node defines a property of the class specified by the parent node.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ImageName("ModelEditor_Member")]
[KeyProperty("Name")]
public interface IModelMember :
    IModelNode,
    IModelCommonMemberViewItem,
    IModelToolTip
vb
<ImageName("ModelEditor_Member")>
<KeyProperty("Name")>
Public Interface IModelMember
    Inherits IModelNode,
             IModelCommonMemberViewItem,
             IModelToolTip

The following members return IModelMember 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

IModelMember Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Business Model Design with XPO

DevExpress.ExpressApp.Model Namespace