IModelActionLink.Action Property
In This Article
Specifies the current Action.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[DataSourceProperty("Application.ActionDesign.Actions", new string[]{})]
IModelAction Action { get; set; }
#Property Value
Type | Description |
---|---|
IModel |
An IModel |
See Also