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