ClassRichTextEditorCustomContextMenuItem
Class
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:
cs-api-definition
public class RichTextEditorCustomContextMenuItem : RichTextEditorContextMenuItemBase
Inheritance: objectRichTextEditorContextMenuItemBaseRichTextEditorCustomContextMenuItem
Inherited Members
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.
CommandParameter
Gets or sets the command parameter for the Command for this RichTextEditorCustomContextMenuItem.