Visual representation of the drop-down list content in a ListPickerButtonToolbarItemView.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ListPickerButtonToolbarItemViewContent : DropDownListButtonToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewDropDownButtonToolbarItemViewContentDropDownListButtonToolbarItemViewContentListPickerButtonToolbarItemViewContent...
Derived Classes:
Implements:
Inherited Members
Constructors
public ListPickerButtonToolbarItemViewContent()
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 items of the ListPickerButtonToolbarItemViewContent.
public string DisplayMemberPath { get; set; }
Gets or sets the string format used to display the items of the ListPickerButtonToolbarItemViewContent.
public string DisplayStringFormat { get; set; }
DisplayValueConverter
IValueConverter
Gets or sets a IValueConverter used to display the items of the ListPickerButtonToolbarItemViewContent.
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