Skip to main content
.NET 6.0+

IModelActionDesign.Actions Property

Provides access to the Actions child node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.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