Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DataFormPickerItem

    Represents the class that encapsulates the layout and picker editor settings for data field appearing in SfDataForm.

    Inheritance
    System.Object
    DataFormItemBase
    DataFormItem
    DataFormPickerItem
    Implements
    System.IDisposable
    Inherited Members
    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 DataFormPickerItem : DataFormItem, IDisposable

    Constructors

    DataFormPickerItem()

    Declaration
    public DataFormPickerItem()

    Properties

    DisplayMemberPath

    Gets or sets a path to a value on the source object that will get displayed in picker.

    Declaration
    public string DisplayMemberPath { get; set; }
    Property Value
    Type Description
    System.String

    ItemsSource

    Gets or sets the collection which will get displayed in drop-down of picker where user can select from available items.

    Declaration
    public IEnumerable ItemsSource { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    ValueMemberPath

    Gets or sets a path to a value on the source object which will get saved to data field.

    Declaration
    public string ValueMemberPath { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    CanFocus()

    Returns a value that indicates whether the editor loaded for data field allows focus when navigating by keyboard Go action.

    Declaration
    protected override bool CanFocus()
    Returns
    Type Description
    System.Boolean

    Return true to set the focus to editor.

    Overrides
    DataFormItem.CanFocus()

    Implements

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