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

LookUpEditBase.ShowEditorWaitIndicator Property

Specifies whether to show the wait indicator within the edit box when the lookup editor is loading data from the data source.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool ShowEditorWaitIndicator { get; set; }

Property Value

Type Description
Boolean

true to show the wait indicator; otherwise, false.

Remarks

The ShowEditorWaitIndicator property is set to true by default.

See Also