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

ProgressMode Enum

Contains values that specify the visibility of the progress bar.

Namespace: DevExpress.Export

Assembly: DevExpress.Data.v19.2.dll

Declaration

public enum ProgressMode

Members

Name Description
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.

Related API Members

The following properties accept/return ProgressMode values:

Remarks

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

See Also