IModelController.Actions Property
Specifies Actions declared in the current Controller.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
IModelControllerActions | An IModelControllerActions object representing a collection of IModelActionLink nodes corresponding to the Actions declared in the current Controller. |
See Also