Visual representation of a button displaying a drop-down list in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class DropDownListButtonToolbarItemView : DropDownButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemViewDropDownListButtonToolbarItemView...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected DropDownListButtonToolbarItemView()
Fields
ItemsSourceProperty
BindableProperty
Identifies the ItemsSource property.
C#
public static readonly BindableProperty ItemsSourceProperty
Properties
Gets or sets a collection of items to display in the drop-down list.
C#
public IList ItemsSource { get; set; }