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

IModelActionDesign.Actions Property

Provides access to the Actions child node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IModelActions Actions { get; }

Property Value

Type Description
IModelActions

An IModelActions object representing the Actions child node.

See Also