Back to Devexpress

ListBoxEdit.ShowWaitIndicator Property

wpf-devexpress-dot-xpf-dot-editors-dot-listboxedit-846780bb.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowWaitIndicator { get; set; }
vb
Public Property ShowWaitIndicator As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The ShowWaitIndicator property is set to true by default.

See Also

ListBoxEdit Class

ListBoxEdit Members

DevExpress.Xpf.Editors Namespace