menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormDropDownItem - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataFormDropDownItem

    Represents the class that encapsulates the layout and Drop down editor (SfComboBox) settings for data field appearing in SfDataForm.

    Inheritance
    System.Object
    DataFormItemBase
    DataFormItem
    DataFormDropDownItem
    Implements
    System.IDisposable
    Inherited Members
    DataFormItem.CounterLabelStyle
    DataFormItem.Dispose(Boolean)
    DataFormItem.Editor
    DataFormItem.EditorFontSize
    DataFormItem.EditorView
    DataFormItem.ErrorMessageColor
    DataFormItem.FocusedColor
    DataFormItem.GroupName
    DataFormItem.Height
    DataFormItem.HelperLabelStyle
    DataFormItem.HintLabelStyle
    DataFormItem.ImageSource
    DataFormItem.InvalidMessage
    DataFormItem.IsReadOnly
    DataFormItem.IsReadOnlyProperty
    DataFormItem.IsValid
    DataFormItem.LabelPosition
    DataFormItem.LabelText
    DataFormItem.LayoutOptions
    DataFormItem.Name
    DataFormItem.Order
    DataFormItem.PlaceHolderText
    DataFormItem.PropertyInfo
    DataFormItem.ShowCharCount
    DataFormItem.ShowLabel
    DataFormItem.TextInputLayoutSettings
    DataFormItem.UnfocusedColor
    DataFormItem.ValidationLabelFontSize
    DataFormItem.ValidationLabelStyle
    DataFormItem.ValidMessage
    DataFormItem.ValidMessageColor
    DataFormItemBase.ColumnSpan
    DataFormItemBase.Dispose()
    DataFormItemBase.IsGroup
    DataFormItemBase.IsVisible
    DataFormItemBase.ItemManager
    DataFormItemBase.LabelFontSize
    DataFormItemBase.OnPropertyChanged(String)
    DataFormItemBase.RowSpan
    DataFormItemBase.TextInputLayout
    DataFormItemBase.View
    Namespace: Syncfusion.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public class DataFormDropDownItem : DataFormItem, IDisposable

    Constructors

    DataFormDropDownItem()

    Declaration
    public DataFormDropDownItem()

    Fields

    ItemsSourceProperty

    BindableProperty of ItemsSource for DataFormDropDownItem.

    Declaration
    public static readonly BindableProperty ItemsSourceProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    DisplayMemberPath

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

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

    ItemsSource

    Gets or sets the ItemsSource of the combo box.

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

    SelectedValuePath

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

    Declaration
    public string SelectedValuePath { get; set; }
    Property Value
    Type
    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
    DataFormItemBase.CanFocus()

    Implements

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