New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a button displaying an options panel in the RadImageEditorToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ImageEditorOptionsToolbarItem : OptionsButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemOptionsButtonToolbarItemImageEditorOptionsToolbarItem...

Derived Classes: ImageEditorCropOptionsToolbarItemImageEditorFilterOptionsToolbarItemImageEditorResizeOptionsToolbarItem

Inherited Members OptionsButtonToolbarItem.OptionsPanelPropertyOptionsButtonToolbarItem.OptionsContentStylePropertyOptionsButtonToolbarItem.OptionsContentTemplatePropertyOptionsButtonToolbarItem.OptionsPanelOptionsButtonToolbarItem.OptionsContentStyleOptionsButtonToolbarItem.OptionsContentTemplateDropDownButtonToolbarItem.IsOpenPropertyDropDownButtonToolbarItem.DropDownContentStylePropertyDropDownButtonToolbarItem.DropDownContentTemplatePropertyDropDownButtonToolbarItem.DropDownIndicatorStylePropertyDropDownButtonToolbarItem.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItem.IsOpenDropDownButtonToolbarItem.DropDownContentStyleDropDownButtonToolbarItem.DropDownContentTemplateDropDownButtonToolbarItem.DropDownIndicatorStyleDropDownButtonToolbarItem.DropDownIndicatorTemplateDropDownButtonToolbarItem.IsOpenChangedButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled...

Constructors

C#
public ImageEditorOptionsToolbarItem()

Fields

ApplyCommandProperty

BindableProperty

Identifies the ApplyCommand property.

C#
public static readonly BindableProperty ApplyCommandProperty

ApplyTextProperty

BindableProperty

Identifies the ApplyText property.

C#
public static readonly BindableProperty ApplyTextProperty

CancelCommandProperty

BindableProperty

Identifies the CancelCommand property.

C#
public static readonly BindableProperty CancelCommandProperty

CancelTextProperty

BindableProperty

Identifies the CancelText property.

C#
public static readonly BindableProperty CancelTextProperty

Properties

Gets or sets a command to apply the changes in the options panel.

C#
public ICommand ApplyCommand { get; set; }

Gets or sets the text of the apply button.

C#
public string ApplyText { get; set; }

Gets or sets a command to cancel the changes in the options panel.

C#
public ICommand CancelCommand { get; set; }

Gets or sets the text of the cancel button.

C#
public string CancelText { get; set; }