Class
ListPickerButtonToolbarItemView

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

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

ListPickerButtonToolbarItemView()

Declaration

cs-api-definition
public ListPickerButtonToolbarItemView()

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

Declaration

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

Property Value

string

DisplayStringFormat

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

Declaration

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

Property Value

string

DisplayValueConverter

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

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