Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelController.Actions Property

Specifies Actions declared in the current Controller.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

IModelControllerActions Actions { get; }

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