EditBaseActualAppearance.EndIconColor Property
In This Article
Gets the color that is applied to the EditBase‘s end icon. To specify this color, use the EndIconColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color EndIconColor { get; }
#Property Value
Type | Description |
---|---|
Color | The end icon’s color. |
See Also