Class
RichTextEditorCustomContextMenuItem

Represents a custom context menu item for RadRichTextEditor that allows setting the Title, Command and CommandParameter.

Definition

Constructors

RichTextEditorCustomContextMenuItem()

Declaration

cs-api-definition
public RichTextEditorCustomContextMenuItem()

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 for this RichTextEditorCustomContextMenuItem.

Declaration

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

Property Value

ICommand

CommandParameter

Gets or sets the command parameter for the Command for this RichTextEditorCustomContextMenuItem.

Declaration

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

Property Value

object