Skip to main content
.NET 6.0+

IModelActionLink.Action Property

Specifies the current Action.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DataSourceProperty("Application.ActionDesign.Actions", new string[]{})]
IModelAction Action { get; set; }

Property Value

Type Description
IModelAction

An IModelAction object specifying the Application Model‘s Action node which represents the current Action.

See Also