Back to Devexpress

TreeListOptionsPrint.AllowCancelPrintExport Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsprint-6231c4c7.md

latest2.1 KB
Original Source

TreeListOptionsPrint.AllowCancelPrintExport Property

Gets or sets whether the print/export progress window contains the Cancel button, which allows an end-user to cancel the current print/export operation.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowCancelPrintExport { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowCancelPrintExport As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the print/export progress window contains the Cancel button; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowCancelPrintExport
TreeList

.OptionsPrint .AllowCancelPrintExport

|

Remarks

See TreeListOptionsPrint.ShowPrintExportProgress to learn more.

See Also

ShowPrintExportProgress

TreeListOptionsPrint Class

TreeListOptionsPrint Members

DevExpress.XtraTreeList Namespace