Class RadListPicker
Allows picking a single value from a list of values.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadListPicker : RadPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadListPicker()
Declaration
public RadListPicker()
Fields
ActualItemStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualItemStyleProperty
Field Value
Microsoft.
|
ActualSelectedItemStyleProperty
Identifies the Selected
Declaration
public static readonly BindableProperty ActualSelectedItemStyleProperty
Field Value
Microsoft.
|
ActualSelectionHighlightStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualSelectionHighlightStyleProperty
Field Value
Microsoft.
|
ActualSpinnerStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualSpinnerStyleProperty
Field Value
Microsoft.
|
DisplayMemberPathProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
Microsoft.
|
IsLoopingProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsLoopingProperty
Field Value
Microsoft.
|
ItemLengthProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemLengthProperty
Field Value
Microsoft.
|
ItemSpacingProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
ItemStyleProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemStyleProperty
Field Value
Microsoft.
|
ItemTemplateProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Microsoft.
|
SelectedItemProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
Microsoft.
|
SelectedItemStyleProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemStyleProperty
Field Value
Microsoft.
|
SelectedItemTemplateProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemTemplateProperty
Field Value
Microsoft.
|
SelectionHighlightStyleProperty
Identifies the Selection
Declaration
public static readonly BindableProperty SelectionHighlightStyleProperty
Field Value
Microsoft.
|
SpinnerStyleProperty
Identifies the Spinner
Declaration
public static readonly BindableProperty SpinnerStyleProperty
Field Value
Microsoft.
|
Properties
ActualItemStyle
Gets the result of merging the default style and the style set as Item
Declaration
public Style ActualItemStyle { get; }
Property Value
Microsoft.
|
ActualSelectedItemStyle
Gets the result of merging the default style and the style set as Selected
Declaration
public Style ActualSelectedItemStyle { get; }
Property Value
Microsoft.
|
ActualSelectionHighlightStyle
Gets the result of merging the default style and the style set as Selection
Declaration
public Style ActualSelectionHighlightStyle { get; }
Property Value
Microsoft.
|
ActualSpinnerStyle
Gets the result of merging the default style and the style set as Spinner
Declaration
public Style ActualSpinnerStyle { get; }
Property Value
Microsoft.
|
DisplayMemberPath
Gets or sets the path of the property which is to be displayed as DisplayString.
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
IsLooping
Gets or sets a value indicating whether the items should loop infinitely while scrolling.
Declaration
public bool IsLooping { get; set; }
Property Value
System.
|
ItemLength
Gets or sets the length of the items in the Rad
Declaration
public double ItemLength { get; set; }
Property Value
System.
|
ItemSpacing
Gets or sets the spacing between the items in the Rad
Declaration
public double ItemSpacing { get; set; }
Property Value
System.
|
ItemsSource
Gets or sets a collection used to generate the content of the Rad
Declaration
public IList ItemsSource { get; set; }
Property Value
System.
|
ItemStyle
Gets or sets the Microsoft.
Declaration
public Style ItemStyle { get; set; }
Property Value
Microsoft.
|
ItemTemplate
Gets or sets the Microsoft.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.
|
SelectedItem
Gets or sets the selected item in the Rad
Declaration
public object SelectedItem { get; set; }
Property Value
System.
|
SelectedItemStyle
Gets or sets the Microsoft.
Declaration
public Style SelectedItemStyle { get; set; }
Property Value
Microsoft.
|
SelectedItemTemplate
Gets or sets the Microsoft.
Declaration
public DataTemplate SelectedItemTemplate { get; set; }
Property Value
Microsoft.
|
SelectionHighlightStyle
Gets or sets the style used to highlight the current selection.
Declaration
public Style SelectionHighlightStyle { get; set; }
Property Value
Microsoft.
|
SpinnerStyle
Gets or sets a style which is applied to the spinner of the Rad
Declaration
public Style SpinnerStyle { get; set; }
Property Value
Microsoft.
|