Skip to main content
.NET 6.0+

IModelController.Actions Property

Specifies Actions declared in the current Controller.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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