ClassDropDownListButtonToolbarItem
Class
Represents a button displaying a drop-down list in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class DropDownListButtonToolbarItem : DropDownButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemDropDownListButtonToolbarItem
Derived Classes:
Inherited Members
Constructors
DropDownListButtonToolbarItem()
Declaration
cs-api-definition
protected DropDownListButtonToolbarItem()
Fields
ItemsSourceProperty
Identifies the ItemsSource property.
Declaration
cs-api-definition
public static readonly BindableProperty ItemsSourceProperty
Field Value
BindableProperty
Properties
ItemsSource
Gets or sets a collection of items to display in the drop-down list.