Back to Devexpress

IModelAction Interface

expressappframework-devexpress-dot-expressapp-dot-model-05f34099.md

latest1.7 KB
Original Source

IModelAction Interface

The Action node represents an Action’s settings.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ImageName("ModelEditor_Actions")]
public interface IModelAction :
    IModelNode,
    IModelToolTip
vb
<ImageName("ModelEditor_Actions")>
Public Interface IModelAction
    Inherits IModelNode,
             IModelToolTip

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

IModelAction Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace