Skip to main content
.NET 6.0+

IModelAction.TargetViewNesting Property

Indicates the type of the View for which the Action is activated.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

Nesting TargetViewNesting { get; set; }

Property Value

Type Description
Nesting

A Nesting enumeration value indicating the type of the View for which the Action is activated.

Remarks

This property is considered for Actions that are contained in View Controllers.

See Also