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

ReportDesigner.OnClosingCommand Property

For internal use.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[Browsable(false)]
public ICommand<CancelEventArgs> OnClosingCommand { get; }

Property Value

Type
ICommand<CancelEventArgs>
See Also