Skip to main content

EditBaseActualAppearance.StartIconColor Property

Gets the color that is applied to the EditBase‘s start icon. To specify this color, use the StartIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color StartIconColor { get; }

Property Value

Type Description
Color

The start icon’s color.

See Also