Visual representation of a navigation button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class NavigationButtonToolbarItemView : ButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewNavigationButtonToolbarItemView...
Implements:
Inherited Members
Constructors
C#
public NavigationButtonToolbarItemView()
Fields
ItemsSourceProperty
BindableProperty
Identifies the ItemsSource property.
C#
public static readonly BindableProperty ItemsSourceProperty
Properties
Gets or sets a collection of toolbar items to navigate to in the toolbar.
C#
public IList ItemsSource { get; set; }