IModelActionLink.Action Property
Specifies the current Action.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v25.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