Skip to main content

PasswordEditActualAppearance.PasswordIconColor Property

Gets the password icon’s color that is applied to the PasswordEdit. To specify this color, use the PasswordIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color PasswordIconColor { get; }

Property Value

Type Description
Color

The password icon’s color.

See Also