ReportDesignerDocument.CanSave Property
Returns whether the current designer document can be saved. This is a dependency property.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the document can be saved; otherwise, false. |
See Also