Class DropDownListButtonToolbarItemView
Visual representation of a button displaying a drop-down list in the RadToolbar control.
Inheritance
System.Object
DropDownListButtonToolbarItemView
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DropDownListButtonToolbarItemView : DropDownButtonToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
DropDownListButtonToolbarItemView()
Declaration
protected DropDownListButtonToolbarItemView()
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
|