ActionBase.TypeOfView Property
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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