Class DataFormRadComboBoxEditor
Represents a combo box editor in the RadDataForm. The actual editor control used is RadComboBox.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadComboBoxEditor : DataFormEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadComboBoxEditor()
Declaration
public DataFormRadComboBoxEditor()
Fields
ItemsSourceProperty
Identifies the ItemsSource property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PlaceholderProperty
Identifies the Placeholder property.
Declaration
public static readonly BindableProperty PlaceholderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ItemsSource
Gets or sets a collection of items to use with the RadComboBox. When no items are specified and the editor is bound to a property of type enum, the items are populated automatically from the available enum values.
Declaration
public IList ItemsSource { get; set; }
Property Value
System.Collections.IList
|
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.String
|