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

ListBoxEdit.ShowWaitIndicator Property

Specifies whether to show the wait indicator when a list box is loading data from a data source.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool ShowWaitIndicator { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The ShowWaitIndicator property is set to true by default.

See Also