Class
NavigationButtonToolbarItem

Represents a navigation button in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class NavigationButtonToolbarItem : ButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemNavigationButtonToolbarItem

Derived Classes: ImageEditorNavigationToolbarItemPdfViewerSearchNavigationToolbarItem

Inherited Members ButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

NavigationButtonToolbarItem()

Initializes a new instance of the NavigationButtonToolbarItem class.

Declaration

cs-api-definition
public NavigationButtonToolbarItem()

Properties

Items

Gets a collection of ToolbarItems to navigate to in the toolbar.

Declaration

cs-api-definition
public IList<ToolbarItem> Items { get; }

Property Value

IList<ToolbarItem>