Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormTextItem

    Show / Hide Table of Contents

    Class DataFormTextItem

    Represents the class that encapsulates the layout and text editor setting for a data field appearing in SfDataForm.

    Inheritance
    System.Object
    DataFormItemBase
    DataFormItem
    DataFormTextItemBase
    DataFormTextItem
    Implements
    System.IDisposable
    Inherited Members
    DataFormTextItemBase.KeyBoardType
    DataFormItem.CanFocus()
    DataFormItem.Dispose(Boolean)
    DataFormItem.Editor
    DataFormItem.GroupName
    DataFormItem.ImageSource
    DataFormItem.IsReadOnly
    DataFormItem.LabelText
    DataFormItem.Name
    DataFormItem.Order
    DataFormItem.PlaceHolderText
    DataFormItem.PropertyInfo
    DataFormItem.ShowLabel
    DataFormItem.InvalidMessage
    DataFormItem.ValidMessage
    DataFormItem.IsValid
    DataFormItem.LabelPosition
    DataFormItemBase.Dispose()
    DataFormItemBase.IsGroup
    DataFormItemBase.IsVisible
    DataFormItemBase.ItemManager
    DataFormItemBase.View
    DataFormItemBase.RowSpan
    DataFormItemBase.ColumnSpan
    DataFormItemBase.Height
    DataFormItemBase.AutoFitLabel
    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 Description
    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 Description
    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 Description
    UIKit.UIView

    SpellCheckingType

    Gets or sets the spell-checking behavior of the editor.

    Declaration
    public UITextSpellCheckingType SpellCheckingType { get; set; }
    Property Value
    Type Description
    UIKit.UITextSpellCheckingType
    See Also
    UIKit.UITextSpellCheckingType

    Implements

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