Class ListPickerButtonToolbarItem
Represents a list picker button in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ListPickerButtonToolbarItem : DropDownListButtonToolbarItem
Constructors
ListPickerButtonToolbarItem()
Declaration
public ListPickerButtonToolbarItem()
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.
|
DisplayValueConverterProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayValueConverterProperty
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.
|
Properties
DisplayMemberPath
Gets or sets a path to the property used to display the list items.
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
DisplayStringFormat
Gets or sets the string format used to display the list items.
Declaration
public string DisplayStringFormat { get; set; }
Property Value
System.
|
DisplayValueConverter
Gets or sets a Microsoft.
Declaration
public IValueConverter DisplayValueConverter { get; set; }
Property Value
Microsoft.
|
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 currently selected item in the list.
Declaration
public object SelectedItem { get; set; }
Property Value
System.
|
Events
SelectionChanged
Raised when the current selection has changed.
Declaration
public event EventHandler SelectionChanged
Event Type
System.
|