Provides a customizable toolbar for the RadRichTextEditor component.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadRichTextEditorToolbar : RadToolbar, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IVisualTreeElement
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewRadToolbarRadRichTextEditorToolbar...
Implements:
Inherited Members
Constructors
Initializes a new instance of RadRichTextEditorToolbar.
C#
public RadRichTextEditorToolbar()
Fields
AutoGenerateItemsProperty
BindableProperty
Identifies the AutoGenerateItems property.
C#
public static readonly BindableProperty AutoGenerateItemsProperty
RichTextEditorProperty
BindableProperty
Identifies the RadRichTextEditor property.
C#
public static readonly BindableProperty RichTextEditorProperty
Properties
Gets or sets a value indicating whether to auto-generate all items of the toolbar by default.
C#
public bool AutoGenerateItems { get; set; }
Gets or sets the RadRichTextEditor control this toolbar is associated with.
C#
public RadRichTextEditor RichTextEditor { get; set; }