ClassRichTextEditorImageNavigationToolbarItem
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
RichTextEditorImageNavigationToolbarItem()
Initializes a new instance of the RichTextEditorImageNavigationToolbarItem class.
Declaration
public RichTextEditorImageNavigationToolbarItem()
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