Class DataFormDropDownItem
Represents the class that encapsulates the layout and Drop down editor (Spinner) settings for data field appearing in SfDataForm.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Android.DataForm
Assembly: Syncfusion.SfDataForm.Android.dll
Syntax
public class DataFormDropDownItem : DataFormItem, IDisposable
Constructors
DataFormDropDownItem()
Declaration
public DataFormDropDownItem()
Properties
ItemsSource
Gets or sets the ItemsSource of the Spinner.
Declaration
public IList ItemsSource { get; set; }
Property Value
Type |
---|
System.Collections.IList |
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