New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Constructors

Initializes a new instance of the RichTextEditorImageNavigationToolbarItem class.

C#
public RichTextEditorImageNavigationToolbarItem()

Fields

Identifies the AutoGenerateItems property.

C#
public static readonly BindableProperty AutoGenerateItemsProperty

Properties

Gets or sets a value indicating whether to auto-generate all child items by default.

C#
public bool AutoGenerateItems { get; set; }

Gets a collection of ToolbarItems to navigate to in the RadRichTextEditorToolbar.

C#
public IList<ToolbarItem> Items { get; }