Back to Devexpress

ActionBase.TypeOfView Property

expressappframework-devexpress-dot-expressapp-dot-actions-dot-actionbase-38b6131e.md

latest1.9 KB
Original Source

ActionBase.TypeOfView Property

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

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public Type TypeOfView { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property TypeOfView As Type

Property Value

TypeDefaultDescription
Typenull

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

TargetObjectType

TargetViewId

TargetViewNesting

ActionBase Class

ActionBase Members

DevExpress.ExpressApp.Actions Namespace