Skip to main content
A newer version of this page is available. .

IModelActionLink.Action Property

Specifies the current Action.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DataSourceProperty("Application.ActionDesign.Actions")]
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