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

DocumentStorage.ClearOnDispose Property

Specifies weather to delete the content located in the storage when it is disposed of.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue(true)]
[Browsable(false)]
public bool ClearOnDispose { get; set; }

Property Value

Type Default Description
Boolean true

true, if the storage must be cleared. Otherwise, false.

See Also