ActionUrl.OpenInNewWindow Property
Specifies whether to load an Action’s page in a new window.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Note
If the isDropDown
property of the ActionUrl‘s Container is set to true
, XAF ignores the OpenInNewWindow
property value.
See Also