Skip to main content
A newer version of this page is available. .

IModelApplication.ActionDesign Property

Provides access to the ActionDesign child node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

IModelActionDesign ActionDesign { get; }

Property Value

Type Description
IModelActionDesign

An IModelActionDesign object representing the ActionDesign child node.

See Also