Class DataFormRadComboBoxEditor
Represents a combo box editor in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadComboBoxEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadComboBoxEditor()
Declaration
public DataFormRadComboBoxEditor()
Fields
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
PlaceholderProperty
Identifies the Placeholder property.
Declaration
public static readonly BindableProperty PlaceholderProperty
Field Value
Microsoft.
|
Properties
ItemsSource
Gets or sets a collection of items to use with the Rad
Declaration
public IList ItemsSource { get; set; }
Property Value
System.
|
Placeholder
Gets or sets the placeholder value to display, when there is no selection in the combo box.
Declaration
public string Placeholder { get; set; }
Property Value
System.
|