Class PickerListSelector
Allows the selection of a single value from a list of values.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerListSelector : PickerSelectorBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
PickerListSelector()
Fields
DisplayMemberPathProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
Microsoft.
|
DisplayStringFormatProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayStringFormatProperty
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
DisplayMemberPath
Gets or sets a path to the property used to display the items of the Picker
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
DisplayStringFormat
Gets or sets the string format used to display the items of the Picker
Declaration
public string DisplayStringFormat { 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 Picker
Declaration
public double ItemLength { get; set; }
Property Value
System.
|
ItemSpacing
Gets or sets the spacing between the items in the Picker
Declaration
public double ItemSpacing { get; set; }
Property Value
System.
|
ItemsSource
Gets or sets a collection used to generate the content of the Picker
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 Picker
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 defines the look of the spinner.
Declaration
public Style SpinnerStyle { get; set; }
Property Value
Microsoft.
|