Skip to main content
.NET 6.0+

IModelApplication.ActionDesign Property

Provides access to the ActionDesign child node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IModelActionDesign ActionDesign { get; }

Property Value

Type Description
IModelActionDesign

An IModelActionDesign object representing the ActionDesign child node.

See Also