Class
RichTextEditorContextMenuItemBase

Base class representing a context menu item for RadRichTextEditor.

Definition

Constructors

RichTextEditorContextMenuItemBase()

Declaration

cs-api-definition
protected RichTextEditorContextMenuItemBase()

Fields

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

Properties

RichTextEditor

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.

Declaration

cs-api-definition
protected RadRichTextEditor RichTextEditor { get; }

Property Value

RadRichTextEditor

Text

Gets or sets the text of this RichTextEditorContextMenuItemBase.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Methods

OnAttachedTo(RadRichTextEditor)

Called when this RichTextEditorContextMenuItemBase is added to its RadRichTextEditor.

Declaration

cs-api-definition
protected virtual void OnAttachedTo(RadRichTextEditor richTextEditor)

Parameters

richTextEditor

RadRichTextEditor

OnDetachedFrom(RadRichTextEditor)

Called when this RichTextEditorContextMenuItemBase is removed from its RadRichTextEditor.

Declaration

cs-api-definition
protected virtual void OnDetachedFrom(RadRichTextEditor richTextEditor)

Parameters

richTextEditor

RadRichTextEditor