EditBaseActualAppearance.EndIconColor Property
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
public Color EndIconColor { get; }
Property Value
Type | Description |
---|---|
Color | The end icon’s color. |
See Also