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

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

Definition

Constructors

C#
public RichTextEditorCustomContextMenuItem()

Fields

CommandParameterProperty

BindableProperty

Identifies the CommandParameter property.

C#
public static readonly BindableProperty CommandParameterProperty

CommandProperty

BindableProperty

Identifies the Command property.

C#
public static readonly BindableProperty CommandProperty

Properties

Gets or sets the command for this RichTextEditorCustomContextMenuItem.

C#
public ICommand Command { get; set; }

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

C#
public object CommandParameter { get; set; }