Class DataFormPasswordItem
Represents the class that encapsulates the layout and password editor setting for a data field.
Inherited Members
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public class DataFormPasswordItem : DataFormTextEditorItem, IThemeElement
Constructors
DataFormPasswordItem()
Initializes a new instance of the DataFormPasswordItem class.
Declaration
public DataFormPasswordItem()
Fields
EnablePasswordVisibilityToggleProperty
Identifies the EnablePasswordVisibilityToggle dependency property.
Declaration
public static readonly BindableProperty EnablePasswordVisibilityToggleProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for EnablePasswordVisibilityToggle dependency property. |
Properties
EnablePasswordVisibilityToggle
Gets or sets a value indicating whether to show the password visibility toggle.
Declaration
public bool EnablePasswordVisibilityToggle { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
The EnablePasswordVisibilityToggle property is applicable only when LayoutType or LayoutType is TextInputLayout.