Class DataFormTextItem
Represents the class that encapsulates the layout and text editor setting for a data field appearing in SfDataForm.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class DataFormTextItem : DataFormTextItemBase, IDisposable
Constructors
DataFormTextItem()
Initializes a new instance of the DataFormTextItem class.
Declaration
public DataFormTextItem()
Properties
EnablePasswordVisibilityToggle
Gets or sets a value indicating whether the password visibility toggle can be enabled or not in textinputlayout.
Declaration
public bool EnablePasswordVisibilityToggle { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
This property only be used in TextInputLayout and for password editor.
Implements
System.IDisposable