Represents a combo box editor in the RadDataForm. The actual editor control used is RadComboBox.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataFormRadComboBoxEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadComboBoxEditor...
Implements:
Inherited Members
Constructors
C#
public DataFormRadComboBoxEditor()
Fields
ItemsSourceProperty
BindableProperty
Identifies the ItemsSource property.
C#
public static readonly BindableProperty ItemsSourceProperty
PlaceholderProperty
BindableProperty
Identifies the Placeholder property.
C#
public static readonly BindableProperty PlaceholderProperty
Properties
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.
C#
public IList ItemsSource { get; set; }
Gets or sets the placeholder value to display, when there is no selection in the combo box.
C#
public string Placeholder { get; set; }