Class RichTextEditorContextMenuItemBase
Base class representing a context menu item for Rad
Inheritance
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RichTextEditorContextMenuItemBase : BindableObject
Constructors
RichTextEditorContextMenuItemBase()
Declaration
protected RichTextEditorContextMenuItemBase()
Fields
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.
|
Properties
RichTextEditor
Gets the Rad
Declaration
protected RadRichTextEditor RichTextEditor { get; }
Property Value
Text
Gets or sets the text of this Rich
Declaration
public string Text { get; set; }
Property Value
System.
|
Methods
OnAttachedTo(RadRichTextEditor)
Called when this Rich
Declaration
protected virtual void OnAttachedTo(RadRichTextEditor richTextEditor)
Parameters
Rad
|
OnDetachedFrom(RadRichTextEditor)
Called when this Rich
Declaration
protected virtual void OnDetachedFrom(RadRichTextEditor richTextEditor)
Parameters
Rad
|