Skip to main content

PasswordEdit.ActualAppearance Property

Gets the common appearance settings that are applied to the current PasswordEdit.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public PasswordEditActualAppearance ActualAppearance { get; }

Property Value

Type Description
PasswordEditActualAppearance

Appearance settings that are applied to the current PasswordEdit.

See Also