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