Class RichTextEditorContextMenuItemBase
Base class representing a context menu item for RadRichTextEditor.
Inheritance
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public abstract class RichTextEditorContextMenuItemBase : BindableObject
Constructors
RichTextEditorContextMenuItemBase()
Declaration
public RichTextEditorContextMenuItemBase()
Fields
RichTextEditorProperty
Identifies the RichTextEditor property.
Declaration
public static readonly BindableProperty RichTextEditorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TitleProperty
Identifies the Title property.
Declaration
public static readonly BindableProperty TitleProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
RichTextEditor
Gets the RadRichTextEditor this RichTextEditorContextMenuItemBase is associated with.
Declaration
public RadRichTextEditor RichTextEditor { get; }
Property Value
RadRichTextEditor
|
Title
Gets or sets the title of this RichTextEditorContextMenuItemBase.
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
OnAttachedTo(RadRichTextEditor)
Called when this RichTextEditorContextMenuItemBase is added to its RadRichTextEditor.
Declaration
protected virtual void OnAttachedTo(RadRichTextEditor richTextEditor)
Parameters
RadRichTextEditor
richTextEditor
|
OnDetachingFrom(RadRichTextEditor)
Called when this RichTextEditorContextMenuItemBase is removed from its RadRichTextEditor.
Declaration
protected virtual void OnDetachingFrom(RadRichTextEditor richTextEditor)
Parameters
RadRichTextEditor
richTextEditor
|