Class DataFormTextItemBase
Represents the base 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 DataFormTextItemBase : DataFormItem, IDisposable
Constructors
DataFormTextItemBase()
Declaration
public DataFormTextItemBase()
Properties
KeyBoardType
Gets or sets the type of keyboard to display for the text editor.
Declaration
public UIKeyboardType KeyBoardType { get; set; }
Property Value
Type |
---|
UIKit.UIKeyboardType |
Implements
System.IDisposable