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

LookUpEditBase.ShowPopupWaitIndicator Property

Specifies whether to show the wait indicator within the popup 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 ShowPopupWaitIndicator { get; set; }

Property Value

Type Description
Boolean

true, to show the wait indicator within the popup; otherwise, false.

See Also