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

Visual representation of a list picker button in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ListPickerButtonToolbarItemView : DropDownListButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemViewDropDownListButtonToolbarItemViewListPickerButtonToolbarItemView...

Derived Classes: RichTextEditorColorPickerToolbarItemViewRichTextEditorImagePickerToolbarItemViewRichTextEditorListPickerToolbarItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIViewIVisualTreeElement...

Inherited Members DropDownListButtonToolbarItemView.ItemsSourcePropertyDropDownListButtonToolbarItemView.ItemsSourceDropDownButtonToolbarItemView.IsOpenPropertyDropDownButtonToolbarItemView.DropDownPlacementPropertyDropDownButtonToolbarItemView.DropDownHorizontalOffsetPropertyDropDownButtonToolbarItemView.DropDownVerticalOffsetPropertyDropDownButtonToolbarItemView.DropDownContentStylePropertyDropDownButtonToolbarItemView.DropDownContentTemplatePropertyDropDownButtonToolbarItemView.DropDownIndicatorStylePropertyDropDownButtonToolbarItemView.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItemView.DropDownIndicatorSpacingPropertyDropDownButtonToolbarItemView.IsDropDownIndicatorVisiblePropertyDropDownButtonToolbarItemView.OnPropertyChanged(string)DropDownButtonToolbarItemView.ChangeVisualState()DropDownButtonToolbarItemView.IsOpenDropDownButtonToolbarItemView.DropDownPlacementDropDownButtonToolbarItemView.DropDownHorizontalOffsetDropDownButtonToolbarItemView.DropDownVerticalOffsetDropDownButtonToolbarItemView.DropDownContentStyleDropDownButtonToolbarItemView.DropDownContentTemplateDropDownButtonToolbarItemView.DropDownIndicatorStyleDropDownButtonToolbarItemView.DropDownIndicatorTemplateDropDownButtonToolbarItemView.DropDownIndicatorSpacingDropDownButtonToolbarItemView.IsDropDownIndicatorVisibleDropDownButtonToolbarItemView.ToggleCommandDropDownButtonToolbarItemView.IsOpenChangedButtonToolbarItemView.CommandPropertyButtonToolbarItemView.CommandParameterPropertyButtonToolbarItemView.CommandButtonToolbarItemView.CommandParameterButtonToolbarItemView.ClickedLabelToolbarItemView.TextPropertyLabelToolbarItemView.TextColorPropertyLabelToolbarItemView.FontFamilyPropertyLabelToolbarItemView.FontSizePropertyLabelToolbarItemView.FontAttributesPropertyLabelToolbarItemView.TextDecorationsPropertyLabelToolbarItemView.HorizontalTextAlignmentPropertyLabelToolbarItemView.VerticalTextAlignmentPropertyLabelToolbarItemView.ImageSourcePropertyLabelToolbarItemView.ImageAspectPropertyLabelToolbarItemView.ImagePositionPropertyLabelToolbarItemView.ImageWidthPropertyLabelToolbarItemView.ImageHeightPropertyLabelToolbarItemView.ImageSpacingPropertyLabelToolbarItemView.DisplayOptionsPropertyLabelToolbarItemView.HorizontalContentOptionsPropertyLabelToolbarItemView.VerticalContentOptionsPropertyLabelToolbarItemView.ActualImageSourcePropertyLabelToolbarItemView.TextLabelToolbarItemView.TextColorLabelToolbarItemView.FontFamilyLabelToolbarItemView.FontSizeLabelToolbarItemView.FontAttributesLabelToolbarItemView.TextDecorationsLabelToolbarItemView.HorizontalTextAlignmentLabelToolbarItemView.VerticalTextAlignmentLabelToolbarItemView.ImageSourceLabelToolbarItemView.ImageAspectLabelToolbarItemView.ImagePositionLabelToolbarItemView.ImageWidthLabelToolbarItemView.ImageHeightLabelToolbarItemView.ImageSpacingLabelToolbarItemView.DisplayOptionsLabelToolbarItemView.HorizontalContentOptionsLabelToolbarItemView.VerticalContentOptionsLabelToolbarItemView.ActualImageSourceToolbarItemView.OrientationPropertyToolbarItemView.PlacementLocationPropertyToolbarItemView.ToolbarPropertyToolbarItemView.OrientationToolbarItemView.PlacementLocationToolbarItemView.ToolbarRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()...

Constructors

C#
public ListPickerButtonToolbarItemView()

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 list items.

C#
public string DisplayMemberPath { get; set; }

Gets or sets the string format used to display the list items.

C#
public string DisplayStringFormat { get; set; }

DisplayValueConverter

IValueConverter

Gets or sets a IValueConverter used to display the list items.

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