Visual representation of a list picker button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ListPickerButtonToolbarItemView : DropDownListButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemViewDropDownListButtonToolbarItemViewListPickerButtonToolbarItemView...
Derived Classes:
Implements:
Inherited Members
Constructors
public ListPickerButtonToolbarItemView()
Fields
DisplayMemberPathProperty
BindableProperty
Identifies the DisplayMemberPath property.
public static readonly BindableProperty DisplayMemberPathProperty
DisplayStringFormatProperty
BindableProperty
Identifies the DisplayStringFormat property.
public static readonly BindableProperty DisplayStringFormatProperty
DisplayValueConverterProperty
BindableProperty
Identifies the DisplayValueConverter property.
public static readonly BindableProperty DisplayValueConverterProperty
ItemStyleProperty
BindableProperty
Identifies the ItemStyle property.
public static readonly BindableProperty ItemStyleProperty
ItemTemplateProperty
BindableProperty
Identifies the ItemTemplate property.
public static readonly BindableProperty ItemTemplateProperty
SelectedItemProperty
BindableProperty
Identifies the SelectedItem property.
public static readonly BindableProperty SelectedItemProperty
Properties
Gets or sets a path to the property used to display the list items.
public string DisplayMemberPath { get; set; }
Gets or sets the string format used to display the list items.
public string DisplayStringFormat { get; set; }
DisplayValueConverter
IValueConverter
Gets or sets a IValueConverter used to display the list items.
public IValueConverter DisplayValueConverter { get; set; }
ItemStyle
Style
Gets or sets the Style applied to the list items. The target type of this style is ToolbarListItemView.
public Style ItemStyle { get; set; }
ItemTemplate
DataTemplate
Gets or sets the DataTemplate used to generate content for the list items.
public DataTemplate ItemTemplate { get; set; }
Gets or sets the currently selected item in the list.
public object SelectedItem { get; set; }
Events
Raised when the current selection has changed.
public event EventHandler SelectionChanged