expressappframework-devexpress-dot-expressapp-dot-model-c20f6733.md
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
[ImageName("ModelEditor_Member")]
[KeyProperty("Name")]
public interface IModelMember :
IModelNode,
IModelCommonMemberViewItem,
IModelToolTip
<ImageName("ModelEditor_Member")>
<KeyProperty("Name")>
Public Interface IModelMember
Inherits IModelNode,
IModelCommonMemberViewItem,
IModelToolTip
The following members return IModelMember 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)
How the XAF Application Model Works