AutoCompleteEditBaseActualAppearance.WaitIndicatorColor Property
Gets the wait indicator’s color value that is applied to the AutoCompleteEdit. To specify the value of this color, use the WaitIndicatorColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color WaitIndicatorColor { get; }
Property Value
Type | Description |
---|---|
Color | The wait indicator’s color value that is applied to the AutoCompleteEdit. |
See Also