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