Class ListPickerButtonToolbarItem
Represents a list picker button in the RadToolbar control.
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 DisplayMemberPath property.
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DisplayStringFormatProperty
Identifies the DisplayStringFormat property.
Declaration
public static readonly BindableProperty DisplayStringFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DisplayValueConverterProperty
Identifies the DisplayValueConverter property.
Declaration
public static readonly BindableProperty DisplayValueConverterProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ItemStyleProperty
Identifies the ItemStyle property.
Declaration
public static readonly BindableProperty ItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ItemTemplateProperty
Identifies the ItemTemplate property.
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedItemProperty
Identifies the SelectedItem property.
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
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.String
|
DisplayStringFormat
Gets or sets the string format used to display the list items.
Declaration
public string DisplayStringFormat { get; set; }
Property Value
System.String
|
DisplayValueConverter
Gets or sets a Microsoft.Maui.Controls.IValueConverter used to display the list items.
Declaration
public IValueConverter DisplayValueConverter { get; set; }
Property Value
Microsoft.Maui.Controls.IValueConverter
|
ItemStyle
Gets or sets the Microsoft.Maui.Controls.Style applied to the list items. The target type of this style is ToolbarListItemView.
Declaration
public Style ItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
ItemTemplate
Gets or sets the Microsoft.Maui.Controls.DataTemplate used to generate content for the list items.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.DataTemplate
|
SelectedItem
Gets or sets the currently selected item in the list.
Declaration
public object SelectedItem { get; set; }
Property Value
System.Object
|
Events
SelectionChanged
Raised when the current selection has changed.
Declaration
public event EventHandler SelectionChanged
Event Type
System.EventHandler
|