Skip to main content
.NET 6.0+

ActionUrl.OpenInNewWindow Property

Specifies whether to load an Action’s page in a new window.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
Boolean true

true if the page is opened in a new window; otherwise, false.

See Also