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

ReportDesignerBrowserView.CloseWindowWhenLastTabIsClosed Property

Specifies whether to close the Report Designer window after closing the last window tab containing a report.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool CloseWindowWhenLastTabIsClosed { get; set; }

Property Value

Type Description
Boolean

true, to automatically close the Report Designer after closing the last report; otherwise, false.

See Also