Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ActionBase.TypeOfView Property

Specifies the type of the View for which an Action is intended.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

[Browsable(false)]
[DefaultValue(null)]
public Type TypeOfView { get; set; }

#Property Value

Type Default Description
Type null

A Type object representing the View type, for which the current Action is intended.

#Remarks

If an Action is contained in a ViewController, you can use this property to specify the type of a View for which the Action will be activated.

See Also