Back to Devexpress

IModelCommonMemberViewItem Interface

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

latest1.6 KB
Original Source

IModelCommonMemberViewItem Interface

Serves as the base interface for the IModelMember and IModelMemberViewItem interfaces.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelCommonMemberViewItem :
    IModelToolTip
vb
Public Interface IModelCommonMemberViewItem
    Inherits IModelToolTip

Remarks

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

See Also

IModelCommonMemberViewItem Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace