Skip to main content

ReportDesigner.OnClosingCommand Property

For internal use.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type
ICommand<CancelEventArgs>
See Also