Class DataFormDropDownItem
Represents the class that encapsulates the layout and Drop down editor (SfComboBox) settings for data field appearing in SfDataForm.
Implements
System.IDisposable
Inherited Members
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 |
Overrides
Implements
System.IDisposable