Class
ButtonToolbarItem

Represents a button in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ButtonToolbarItem : LabelToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItem

Derived Classes: DropDownButtonToolbarItemImageEditorApplyToolbarItemImageEditorCancelToolbarItemImageEditorFlipHorizontalToolbarItemImageEditorFlipVerticalToolbarItemImageEditorRedoToolbarItemImageEditorRotateLeftToolbarItemImageEditorRotateRightToolbarItemImageEditorUndoToolbarItemImageEditorZoomInToolbarItemImageEditorZoomOutToolbarItemImageEditorZoomToFitToolbarItemImageEditorZoomToOriginalToolbarItemNavigationButtonToolbarItemPdfViewerFitToWidthToolbarItemPdfViewerNavigateToNextPageToolbarItemPdfViewerNavigateToNextSearchResultToolbarItemPdfViewerNavigateToPreviousPageToolbarItemPdfViewerNavigateToPreviousSearchResultToolbarItemPdfViewerSearchToolbarItemPdfViewerSelectionMenuButtonToolbarItemPdfViewerToggleLayoutModeToolbarItemPdfViewerZoomInToolbarItemPdfViewerZoomOutToolbarItemRichTextEditorButtonToolbarItemSelectableButtonToolbarItem

Inherited Members LabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

ButtonToolbarItem()

Declaration

cs-api-definition
public ButtonToolbarItem()

Fields

CommandParameterProperty

Identifies the CommandParameter property.

Declaration

cs-api-definition
public static readonly BindableProperty CommandParameterProperty

Field Value

BindableProperty

CommandProperty

Identifies the Command property.

Declaration

cs-api-definition
public static readonly BindableProperty CommandProperty

Field Value

BindableProperty

Properties

Command

Gets or sets the command to execute when the button is clicked.

Declaration

cs-api-definition
public ICommand Command { get; set; }

Property Value

ICommand

CommandParameter

Gets or sets the parameter of the command, which is executed when the button is clicked.

Declaration

cs-api-definition
public object CommandParameter { get; set; }

Property Value

object

Events

Clicked

Raised when the button is clicked.

Declaration

cs-api-definition
public event EventHandler Clicked

Event Value

EventHandler