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
Initializes a new instance of the RichTextEditorHyperlinkNavigationToolbarItem class.
public RichTextEditorHyperlinkNavigationToolbarItem()
Fields
AutoGenerateItemsProperty
BindableProperty
Identifies the AutoGenerateItems property.
public static readonly BindableProperty AutoGenerateItemsProperty
Properties
Gets or sets a value indicating whether to auto-generate all child items by default.
public bool AutoGenerateItems { get; set; }
Gets a collection of ToolbarItems to navigate to in the RadRichTextEditorToolbar.
public IList<ToolbarItem> Items { get; }