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.iOS.DataForm
Assembly: Syncfusion.SfDataForm.iOS.dll
Syntax
public class DataFormTextItem : DataFormTextItemBase, IDisposable
Constructors
DataFormTextItem()
Declaration
public DataFormTextItem()
Properties
AutocapitalizationType
Gets or sets the property which decides at what time the shift key should be automatically pressed, thereby making the typed character as a capital letter.
Declaration
public UITextAutocapitalizationType AutocapitalizationType { get; set; }
Property Value
Type |
---|
UIKit.UITextAutocapitalizationType |
See Also
UIKit.UITextAutocapitalizationType
AutocorrectionType
Gets or sets the auto correction behavior of the editor.
Declaration
public UITextAutocorrectionType AutocorrectionType { get; set; }
Property Value
Type |
---|
UIKit.UITextAutocorrectionType |
See Also
UIKit.UITextAutocorrectionType
InputAccessoryView
Gets or sets the custom view to display when the editor becomes the first responder.
Declaration
public UIView InputAccessoryView { get; set; }
Property Value
Type |
---|
UIKit.UIView |
SpellCheckingType
Gets or sets the spell-checking behavior of the editor.
Declaration
public UITextSpellCheckingType SpellCheckingType { get; set; }
Property Value
Type |
---|
UIKit.UITextSpellCheckingType |
See Also
UIKit.UITextSpellCheckingType
Implements
System.IDisposable