Skip to main content
.NET Framework 4.6.2+

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

[DefaultValue(true)]
public bool OpenInNewWindow { get; set; }

Property Value

Type Default Description
Boolean true

true if XAF opens the page in a new window; otherwise, false.

Remarks

Note

If the isDropDown property of the ActionUrl‘s Container is set to true, XAF ignores the OpenInNewWindow property value.

See Also