Represents 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 DropDownListButtonToolbarItem : DropDownButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemDropDownListButtonToolbarItem...
Derived Classes:
Inherited Members
Constructors
C#
protected DropDownListButtonToolbarItem()
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; }