Class CustomContextMenuItem
Represents a custom context menu item for RadRichTextEditor that allows setting the Title, Command and CommandParameter.
Inherited Members
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public class CustomContextMenuItem : RichTextEditorContextMenuItemBase
Constructors
CustomContextMenuItem()
Declaration
public CustomContextMenuItem()
Fields
CommandParameterProperty
Identifies the CommandParameter property.
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
Xamarin.Forms.BindableProperty
|
CommandProperty
Identifies the Command property.
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Command
Gets or sets the command for this CustomContextMenuItem.
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
CommandParameter
Gets or sets the command parameter for the Command for this CustomContextMenuItem.
Declaration
public object CommandParameter { get; set; }
Property Value
System.Object
|