menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class PasswordVisibilityToggledEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PasswordVisibilityToggledEventArgs

    Provides data for the PasswordVisibilityToggled event in SfTextInputLayout.

    Inheritance
    System.Object
    PasswordVisibilityToggledEventArgs
    Namespace: Syncfusion.Maui.Toolkit.TextInputLayout
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class PasswordVisibilityToggledEventArgs : EventArgs
    Remarks

    This class contains information about the current visibility state of the password when the toggle icon is activated.

    Constructors

    PasswordVisibilityToggledEventArgs()

    Declaration
    public PasswordVisibilityToggledEventArgs()

    Properties

    IsPasswordVisible

    Gets a value indicating whether the password is currently visible.

    Declaration
    public bool IsPasswordVisible { get; }
    Property Value
    Type Description
    System.Boolean

    true if the password is visible; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved