Skip to main content
.NET 6.0+

IModelAction.TargetViewType 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

ViewType TargetViewType { get; set; }

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