Class DropDownListButtonToolbarItem
Represents a button displaying a drop-down list in the Rad
Inheritance
System.Object
DropDownListButtonToolbarItem
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DropDownListButtonToolbarItem : DropDownButtonToolbarItem
Constructors
DropDownListButtonToolbarItem()
Declaration
protected DropDownListButtonToolbarItem()
Fields
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
Properties
ItemsSource
Gets or sets a collection of items to display in the drop-down list.
Declaration
public IList ItemsSource { get; set; }
Property Value
System.
|