Class DataFormRadListPickerEditor
Represents a list picker in the Rad
Inheritance
System.Object
DataFormRadListPickerEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadListPickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadListPickerEditor()
Declaration
public DataFormRadListPickerEditor()
Fields
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
Properties
ItemsSource
Gets or sets a collection of items to use with the Rad
Declaration
public IList ItemsSource { get; set; }
Property Value
System.
|