IModelAction.TargetViewType Property
Indicates the type of the View for which the Action is activated.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| ViewType | A ViewType 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