Represents a custom context menu item for RadRichTextEditor that allows setting the Title, Command and CommandParameter.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RichTextEditorCustomContextMenuItem : RichTextEditorContextMenuItemBase
Inheritance: objectRichTextEditorContextMenuItemBaseRichTextEditorCustomContextMenuItem
Inherited Members
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; }