ProgressMode Enum
Contains values that specify the visibility of the progress bar.
Namespace: DevExpress.Export
Assembly: DevExpress.Data.v24.2.dll
Declaration
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