Base class representing a context menu item for RadRichTextEditor.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class RichTextEditorContextMenuItemBase : BindableObject
Inheritance: objectRichTextEditorContextMenuItemBase
Derived Classes:
Constructors
protected RichTextEditorContextMenuItemBase()
Fields
TextProperty
BindableProperty
Identifies the Text property.
public static readonly BindableProperty TextProperty
Properties
Gets the RadRichTextEditor this RichTextEditorContextMenuItemBase is associated with. This property is updated when this RichTextEditorContextMenuItemBase is added to or removed from the corresponding ContextMenuItems collection of the owning RadRichTextEditor.
protected RadRichTextEditor RichTextEditor { get; }
Gets or sets the text of this RichTextEditorContextMenuItemBase.
public string Text { get; set; }
Methods
Called when this RichTextEditorContextMenuItemBase is added to its RadRichTextEditor.
protected virtual void OnAttachedTo(RadRichTextEditor richTextEditor)
Called when this RichTextEditorContextMenuItemBase is removed from its RadRichTextEditor.
protected virtual void OnDetachedFrom(RadRichTextEditor richTextEditor)