Skip to main content

ReportInfoViewModel.DeleteCommand Property

Removes the underlying reports from the service’s store.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ICommand DeleteCommand { get; }

Property Value

Type Description
ICommand

An ICommand object that removes the underlying reports from the service store.

See Also