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

Visual representation of the drop-down list content in a ListPickerButtonToolbarItemView.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ListPickerButtonToolbarItemViewContent : DropDownListButtonToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewDropDownButtonToolbarItemViewContentDropDownListButtonToolbarItemViewContentListPickerButtonToolbarItemViewContent...

Derived Classes: RichTextEditorColorPickerToolbarItemViewContentRichTextEditorImagePickerToolbarItemViewContentRichTextEditorListPickerToolbarItemViewContent

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members DropDownListButtonToolbarItemViewContent.OrientationPropertyDropDownListButtonToolbarItemViewContent.LayoutModePropertyDropDownListButtonToolbarItemViewContent.ItemSpacingPropertyDropDownListButtonToolbarItemViewContent.LineSpacingPropertyDropDownListButtonToolbarItemViewContent.ItemsSourcePropertyDropDownListButtonToolbarItemViewContent.OrientationDropDownListButtonToolbarItemViewContent.LayoutModeDropDownListButtonToolbarItemViewContent.ItemSpacingDropDownListButtonToolbarItemViewContent.LineSpacingDropDownListButtonToolbarItemViewContent.ItemsSourceRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()...

Constructors

C#
public ListPickerButtonToolbarItemViewContent()

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 items of the ListPickerButtonToolbarItemViewContent.

C#
public string DisplayMemberPath { get; set; }

Gets or sets the string format used to display the items of the ListPickerButtonToolbarItemViewContent.

C#
public string DisplayStringFormat { get; set; }

DisplayValueConverter

IValueConverter

Gets or sets a IValueConverter used to display the items of the ListPickerButtonToolbarItemViewContent.

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