If image is selected inside the RadRichTextEditor navigates the RadRichTextEditorToolbar to image operations toolbar items, such as RichTextEditorEditImageToolbarItem, RichTextEditorRemoveImageToolbarItem, RichTextEditorCopyToolbarItem, RichTextEditorCutToolbarItem, RichTextEditorPasteHtmlToolbarItem. If image is not selected inside RadRichTextEditor awaits the result in the PickImageEventArgs of PickImage event to get the RichTextImageSource and inserts the image.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RichTextEditorImageNavigationToolbarItem : RichTextEditorAddImageToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemRichTextEditorButtonToolbarItemRichTextEditorAddImageToolbarItemRichTextEditorImageNavigationToolbarItem...
Inherited Members
Constructors
Initializes a new instance of the RichTextEditorImageNavigationToolbarItem class.
public RichTextEditorImageNavigationToolbarItem()
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; }