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:
Inherited Members
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 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; }