IModelAction.TargetViewNesting Property
Indicates the type of the View for which the Action is activated.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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