Skip to main content
A newer version of this page is available. .

ReportDesignerBrowserView.NewWindowStyle Property

Gets or sets the style that is applied to a newly created window. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public Style NewWindowStyle { get; set; }

Property Value

Type Description
Style

A Style object that applied to a newly created window.

Remarks

This property allows you to specify the appearance of new Report Designer windows created by dropping tab items corresponding to report documents outside the tab panel.

See Also