Represents a list picker in the RadDataForm. The actual editor control used is RadListPicker.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataFormRadListPickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadPickerEditorDataFormRadListPickerEditor...
Implements:
Inherited Members
Constructors
C#
public DataFormRadListPickerEditor()
Fields
ItemsSourceProperty
BindableProperty
Identifies the ItemsSource property.
C#
public static readonly BindableProperty ItemsSourceProperty
Properties
Gets or sets a collection of items to use with the RadListPicker. When no items are specified and the picker is bound to a property of type enum, the items are populated automatically from the available enum values.
C#
public IList ItemsSource { get; set; }