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

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.v19.1.dll

Declaration

public bool CanSave { get; }

Property Value

Type Description
Boolean

true, if the document can be saved; otherwise, false.

See Also