Back to Devexpress

DocumentStorage.ClearOnDispose Property

corelibraries-devexpress-dot-xtraprinting-dot-caching-dot-documentstorage.md

latest1.4 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
public bool ClearOnDispose { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
Public Property ClearOnDispose As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

Dispose()

DocumentStorage Class

DocumentStorage Members

DevExpress.XtraPrinting.Caching Namespace