ClassListPickerButtonToolbarItemViewContent
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
ListPickerButtonToolbarItemViewContent()
Declaration
public ListPickerButtonToolbarItemViewContent()
Fields
DisplayMemberPathProperty
Identifies the DisplayMemberPath property.
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
BindableProperty
DisplayStringFormatProperty
Identifies the DisplayStringFormat property.
Declaration
public static readonly BindableProperty DisplayStringFormatProperty
Field Value
BindableProperty
DisplayValueConverterProperty
Identifies the DisplayValueConverter property.
Declaration
public static readonly BindableProperty DisplayValueConverterProperty
Field Value
BindableProperty
ItemStyleProperty
Identifies the ItemStyle property.
Declaration
public static readonly BindableProperty ItemStyleProperty
Field Value
BindableProperty
ItemTemplateProperty
Identifies the ItemTemplate property.
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
BindableProperty
SelectedItemProperty
Identifies the SelectedItem property.
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
BindableProperty
Properties
DisplayMemberPath
Gets or sets a path to the property used to display the items of the ListPickerButtonToolbarItemViewContent.
DisplayStringFormat
Gets or sets the string format used to display the items of the ListPickerButtonToolbarItemViewContent.
DisplayValueConverter
Gets or sets a IValueConverter used to display the items of the ListPickerButtonToolbarItemViewContent.
Declaration
public IValueConverter DisplayValueConverter { get; set; }
Property Value
IValueConverter
ItemStyle
Gets or sets the Style applied to the list items. The target type of this style is ToolbarListItemView.
Declaration
public Style ItemStyle { get; set; }
Property Value
Style
ItemTemplate
Gets or sets the DataTemplate used to generate content for the list items.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
DataTemplate
SelectedItem
Gets or sets the currently selected item in the list.
Events
SelectionChanged
Raised when the current selection has changed.