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

WaitAnimationOptions Enum

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public enum WaitAnimationOptions

Members

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

Related API Members

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the WaitAnimationOptions enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also