ClassRichTextEditorHyperlinkNavigationToolbarItem
If hyperlink is selected inside the RadRichTextEditor navigates the RadRichTextEditorToolbar to its subitems, such as RichTextEditorEditHyperlinkToolbarItem, RichTextEditorOpenHyperlinkToolbarItem and RichTextEditorRemoveHyperlinkToolbarItem. If hyperlink is not selected inside RadRichTextEditor opens a popup with a RichTextEditorHyperlinkDialogToolbarItemViewContent where to enter Url information and executes an action of the RadRichTextEditor to add a hyperlink for the current selection.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RichTextEditorHyperlinkNavigationToolbarItem : RichTextEditorHyperlinkDialogToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemRichTextEditorButtonToolbarItemRichTextEditorDialogToolbarItemRichTextEditorHyperlinkDialogToolbarItemRichTextEditorHyperlinkNavigationToolbarItem
Inherited Members
Constructors
RichTextEditorHyperlinkNavigationToolbarItem()
Initializes a new instance of the RichTextEditorHyperlinkNavigationToolbarItem class.
Declaration
public RichTextEditorHyperlinkNavigationToolbarItem()
Fields
AutoGenerateItemsProperty
Identifies the AutoGenerateItems property.
Declaration
public static readonly BindableProperty AutoGenerateItemsProperty
Field Value
BindableProperty
Properties
AutoGenerateItems
Gets or sets a value indicating whether to auto-generate all child items by default.
Items
Gets a collection of ToolbarItems to navigate to in the RadRichTextEditorToolbar.
Declaration
public IList<ToolbarItem> Items { get; }
Property Value