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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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