Class DropDownListButtonToolbarItem
Represents a button displaying a drop-down list in the RadToolbar control.
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 ItemsSource property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
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.Collections.IList
|