Skip to main content

IModelApplication.ActionDesign Property

Provides access to the ActionDesign child node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v25.2.dll

Declaration

IModelActionDesign ActionDesign { get; }

Property Value

Type Description
IModelActionDesign

An IModelActionDesign object representing the ActionDesign child node.

See Also