ClassDataFormRadComboBoxEditor
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:
public class DataFormRadComboBoxEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadComboBoxEditor
Implements:
Inherited Members
Constructors
DataFormRadComboBoxEditor()
Declaration
public DataFormRadComboBoxEditor()
Fields
ItemsSourceProperty
Identifies the ItemsSource property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
BindableProperty
PlaceholderProperty
Identifies the Placeholder property.
Declaration
public static readonly BindableProperty PlaceholderProperty
Field Value
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.
Placeholder
Gets or sets the placeholder value to display, when there is no selection in the combo box.