Class
DataFormRadComboBoxEditor

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:

cs-api-definition
public class DataFormRadComboBoxEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform

Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadComboBoxEditor

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members DataFormEditor.PropertyNamePropertyDataFormEditor.PropertyValuePropertyDataFormEditor.EditorValuePropertyDataFormEditor.ConverterPropertyDataFormEditor.ConverterParameterPropertyDataFormEditor.IsReadOnlyPropertyDataFormEditor.ValidationModePropertyDataFormEditor.CommitModePropertyDataFormEditor.ColumnSpacingPropertyDataFormEditor.RowSpacingPropertyDataFormEditor.HeaderTextPropertyDataFormEditor.HeaderDisplayOptionsPropertyDataFormEditor.HeaderLengthPropertyDataFormEditor.HeaderPositionPropertyDataFormEditor.HeaderLabelStylePropertyDataFormEditor.HeaderImageSourcePropertyDataFormEditor.HeaderImageStylePropertyDataFormEditor.ErrorLengthPropertyDataFormEditor.ErrorPositionPropertyDataFormEditor.ErrorDisplayOptionsPropertyDataFormEditor.ErrorLabelStylePropertyDataFormEditor.ErrorImageSourcePropertyDataFormEditor.ErrorImageStylePropertyDataFormEditor.EditorStylePropertyDataFormEditor.HasPendingChangesPropertyDataFormEditor.HasValidationErrorsPropertyDataFormEditor.ActualHeaderDisplayOptionsPropertyDataFormEditor.ActualHeaderLengthPropertyDataFormEditor.ActualHeaderPositionPropertyDataFormEditor.ActualHeaderLabelStylePropertyDataFormEditor.ActualHeaderImageSourcePropertyDataFormEditor.ActualHeaderImageStylePropertyDataFormEditor.ActualErrorDisplayOptionsPropertyDataFormEditor.ActualErrorLengthPropertyDataFormEditor.ActualErrorPositionPropertyDataFormEditor.ActualErrorLabelStylePropertyDataFormEditor.ActualErrorImageSourcePropertyDataFormEditor.ActualErrorImageStylePropertyDataFormEditor.ActualEditorStylePropertyDataFormEditor.IsHeaderLabelVisiblePropertyDataFormEditor.IsHeaderImageVisiblePropertyDataFormEditor.IsErrorLabelVisiblePropertyDataFormEditor.IsErrorImageVisiblePropertyDataFormEditor.ValidateChanges()DataFormEditor.CommitChanges()DataFormEditor.CancelChanges()DataFormEditor.PropertyNameDataFormEditor.PropertyValueDataFormEditor.EditorValueDataFormEditor.ConverterDataFormEditor.ConverterParameterDataFormEditor.IsReadOnlyDataFormEditor.ValidationModeDataFormEditor.CommitModeDataFormEditor.ColumnSpacingDataFormEditor.RowSpacingDataFormEditor.HeaderTextDataFormEditor.HeaderDisplayOptionsDataFormEditor.HeaderLengthDataFormEditor.HeaderPositionDataFormEditor.HeaderLabelStyleDataFormEditor.HeaderImageSourceDataFormEditor.HeaderImageStyleDataFormEditor.ErrorLengthDataFormEditor.ErrorPositionDataFormEditor.ErrorDisplayOptionsDataFormEditor.ErrorLabelStyleDataFormEditor.ErrorImageSourceDataFormEditor.ErrorImageStyleDataFormEditor.EditorStyleDataFormEditor.HasPendingChangesDataFormEditor.HasValidationErrorsDataFormEditor.ActualHeaderDisplayOptionsDataFormEditor.ActualHeaderLengthDataFormEditor.ActualHeaderPositionDataFormEditor.ActualHeaderLabelStyleDataFormEditor.ActualHeaderImageSourceDataFormEditor.ActualHeaderImageStyleDataFormEditor.ActualErrorDisplayOptionsDataFormEditor.ActualErrorLengthDataFormEditor.ActualErrorPositionDataFormEditor.ActualErrorLabelStyleDataFormEditor.ActualErrorImageSourceDataFormEditor.ActualErrorImageStyleDataFormEditor.ActualEditorStyleDataFormEditor.IsHeaderLabelVisibleDataFormEditor.IsHeaderImageVisibleDataFormEditor.IsErrorLabelVisibleDataFormEditor.IsErrorImageVisibleDataFormEditor.ValidationRulesDataFormEditor.ValidationErrorsDataFormEditor.ValueChangedDataFormEditor.ValidationCompletedDataFormContentView.BackgroundColorPropertyDataFormContentView.BorderColorPropertyDataFormContentView.BorderThicknessPropertyDataFormContentView.CornerRadiusPropertyDataFormContentView.ContentPaddingPropertyDataFormContentView.BackgroundColorDataFormContentView.BorderColorDataFormContentView.BorderThicknessDataFormContentView.CornerRadiusDataFormContentView.ContentPaddingRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

DataFormRadComboBoxEditor()

Declaration

cs-api-definition
public DataFormRadComboBoxEditor()

Fields

ItemsSourceProperty

Identifies the ItemsSource property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemsSourceProperty

Field Value

BindableProperty

PlaceholderProperty

Identifies the Placeholder property.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public IList ItemsSource { get; set; }

Property Value

IList

Placeholder

Gets or sets the placeholder value to display, when there is no selection in the combo box.

Declaration

cs-api-definition
public string Placeholder { get; set; }

Property Value

string