Back to Devexpress

IModelActionLink Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-ef53fa26.md

latest1.5 KB
Original Source

IModelActionLink Interface

The ActionLink node specifies an Action mapped to the current Action Container.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[KeyProperty("ActionId")]
public interface IModelActionLink :
    IModelNode,
    IModelIndexedNode
vb
<KeyProperty("ActionId")>
Public Interface IModelActionLink
    Inherits IModelNode,
             IModelIndexedNode

Remarks

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

See Also

IModelActionLink Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.SystemModule Namespace