Back to Devexpress

WaitAnimationOptions Enum

windowsforms-devexpress-dot-xtraeditors-80ef879b.md

latest2.4 KB
Original Source

WaitAnimationOptions Enum

Contains values that specify how a control indicates data operations performed in a background thread.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum WaitAnimationOptions
vb
Public Enum WaitAnimationOptions

Members

NameDescription
Default

The same as the WaitAnimationOptions.Indicator option.

| | Indicator |

Background operations are indicated within a dedicated indicator button.

For the GridControl, these operations are indicated within the Header Panel Button.

| | Panel |

Background operations are indicated within a special panel displayed above a control.

|

The following properties accept/return WaitAnimationOptions values:

Remarks

The GridControl and SearchLookUpEdit controls support Instant Feedback Mode where data is loaded in a background thread. When data is being loaded, the grid indicates the progress of the current operations, as specified by the GridOptionsView.WaitAnimationOptions property.

See Also

Large Data Sources: Server and Instant Feedback Modes

DevExpress.XtraEditors Namespace