Class RadRichTextEditorToolbar
Provides a customizable toolbar for the RadRichTextEditor component.
Inherited Members
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public class RadRichTextEditorToolbar : RadToolbar<RichTextEditorToolbarItem>, IRadToolbar
Constructors
RadRichTextEditorToolbar()
Declaration
public RadRichTextEditorToolbar()
Fields
AutoGenerateItemsProperty
Identifies the AutoGenerateItems property.
Declaration
public static readonly BindableProperty AutoGenerateItemsProperty
Field Value
Xamarin.Forms.BindableProperty
|
RichTextEditorProperty
Identifies the RichTextEditor property.
Declaration
public static readonly BindableProperty RichTextEditorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AutoGenerateItems
Gets or sets a value indicating whether to auto-generate the items of the RadRichTextEditorToolbar.
Declaration
public bool AutoGenerateItems { get; set; }
Property Value
System.Boolean
|
RichTextEditor
Gets or sets the RadRichTextEditor this RadRichTextEditorToolbar is associated with.
Declaration
public RadRichTextEditor RichTextEditor { get; set; }
Property Value
RadRichTextEditor
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Overrides
Telerik.XamarinForms.Primitives.RadToolbar<Telerik.XamarinForms.RichTextEditor.RichTextEditorToolbarItem>.OnPropertyChanged(System.String)