Class
ListPickerButtonToolbarItemViewContent

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

ListPickerButtonToolbarItemViewContent()

Declaration

cs-api-definition
public ListPickerButtonToolbarItemViewContent()

Fields

DisplayMemberPathProperty

Identifies the DisplayMemberPath property.

Declaration

cs-api-definition
public static readonly BindableProperty DisplayMemberPathProperty

Field Value

BindableProperty

DisplayStringFormatProperty

Identifies the DisplayStringFormat property.

Declaration

cs-api-definition
public static readonly BindableProperty DisplayStringFormatProperty

Field Value

BindableProperty

DisplayValueConverterProperty

Identifies the DisplayValueConverter property.

Declaration

cs-api-definition
public static readonly BindableProperty DisplayValueConverterProperty

Field Value

BindableProperty

ItemStyleProperty

Identifies the ItemStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemStyleProperty

Field Value

BindableProperty

ItemTemplateProperty

Identifies the ItemTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemTemplateProperty

Field Value

BindableProperty

SelectedItemProperty

Identifies the SelectedItem property.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public string DisplayMemberPath { get; set; }

Property Value

string

DisplayStringFormat

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

Declaration

cs-api-definition
public string DisplayStringFormat { get; set; }

Property Value

string

DisplayValueConverter

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

Declaration

cs-api-definition
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

cs-api-definition
public Style ItemStyle { get; set; }

Property Value

Style

ItemTemplate

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

Declaration

cs-api-definition
public DataTemplate ItemTemplate { get; set; }

Property Value

DataTemplate

SelectedItem

Gets or sets the currently selected item in the list.

Declaration

cs-api-definition
public object SelectedItem { get; set; }

Property Value

object

Events

SelectionChanged

Raised when the current selection has changed.

Declaration

cs-api-definition
public event EventHandler SelectionChanged

Event Value

EventHandler