New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a list picker button in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ListPickerButtonToolbarItem : DropDownListButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemDropDownListButtonToolbarItemListPickerButtonToolbarItem...

Derived Classes: RichTextEditorListPickerButtonToolbarItem

Inherited Members DropDownListButtonToolbarItem.ItemsSourcePropertyDropDownListButtonToolbarItem.ItemsSourceDropDownButtonToolbarItem.IsOpenPropertyDropDownButtonToolbarItem.DropDownContentStylePropertyDropDownButtonToolbarItem.DropDownContentTemplatePropertyDropDownButtonToolbarItem.DropDownIndicatorStylePropertyDropDownButtonToolbarItem.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItem.IsOpenDropDownButtonToolbarItem.DropDownContentStyleDropDownButtonToolbarItem.DropDownContentTemplateDropDownButtonToolbarItem.DropDownIndicatorStyleDropDownButtonToolbarItem.DropDownIndicatorTemplateDropDownButtonToolbarItem.IsOpenChangedButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled...

Constructors

C#
public ListPickerButtonToolbarItem()

Fields

Identifies the DisplayMemberPath property.

C#
public static readonly BindableProperty DisplayMemberPathProperty

Identifies the DisplayStringFormat property.

C#
public static readonly BindableProperty DisplayStringFormatProperty

Identifies the DisplayValueConverter property.

C#
public static readonly BindableProperty DisplayValueConverterProperty

ItemStyleProperty

BindableProperty

Identifies the ItemStyle property.

C#
public static readonly BindableProperty ItemStyleProperty

ItemTemplateProperty

BindableProperty

Identifies the ItemTemplate property.

C#
public static readonly BindableProperty ItemTemplateProperty

SelectedItemProperty

BindableProperty

Identifies the SelectedItem property.

C#
public static readonly BindableProperty SelectedItemProperty

Properties

Gets or sets a path to the property used to display the list items.

C#
public string DisplayMemberPath { get; set; }

Gets or sets the string format used to display the list items.

C#
public string DisplayStringFormat { get; set; }

DisplayValueConverter

IValueConverter

Gets or sets a IValueConverter used to display the list items.

C#
public IValueConverter DisplayValueConverter { get; set; }

Gets or sets the Style applied to the list items. The target type of this style is ToolbarListItemView.

C#
public Style ItemStyle { get; set; }

ItemTemplate

DataTemplate

Gets or sets the DataTemplate used to generate content for the list items.

C#
public DataTemplate ItemTemplate { get; set; }

Gets or sets the currently selected item in the list.

C#
public object SelectedItem { get; set; }

Events

Raised when the current selection has changed.

C#
public event EventHandler SelectionChanged