Class RichTextEditorCustomContextMenuItem
Represents a custom context menu item for Rad
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 Command
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
Microsoft.
|
CommandProperty
Identifies the Command property.
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Microsoft.
|
Properties
Command
Gets or sets the command for this Rich
Declaration
public ICommand Command { get; set; }
Property Value
System.
|
CommandParameter
Gets or sets the command parameter for the Command for this Rich
Declaration
public object CommandParameter { get; set; }
Property Value
System.
|