Back to Devexpress

ProgressMode Enum

corelibraries-devexpress-dot-export-631d7200.md

latest1.2 KB
Original Source

ProgressMode Enum

Contains values that specify the visibility of the progress bar.

Namespace : DevExpress.Export

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum ProgressMode
vb
Public Enum ProgressMode

Members

NameDescription
Automatic

The progress bar is visible only when copying large portions of RTF- or HTML-formatted data.

| | Always |

The progress bar is always visible when copying data.

| | Never |

The progress bar is never shown.

|

The following properties accept/return ProgressMode values:

Remarks

Values listed by this enumeration are used to set the ClipboardOptions.ShowProgress property.

See Also

DevExpress.Export Namespace