Class DropDownButtonItemBase
A class is used as a base class for the DropDownButton related properties in the SfRichTextEditor.
Inheritance
Inherited Members
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public abstract class DropDownButtonItemBase : SfBaseComponent
Constructors
DropDownButtonItemBase()
Declaration
protected DropDownButtonItemBase()
Properties
Default
Gets or sets the default value of DropDownButton.
Declaration
public string Default { get; set; }
Property Value
Type |
---|
System.String |
Items
Specifies the dropdown button items.
Declaration
public virtual List<DropDownItemModel> Items { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<DropDownItemModel> |
Parent
A class is used to configure the quick toolbar settings in the Rich Text Editor.
Declaration
protected SfRichTextEditor Parent { get; set; }
Property Value
Type |
---|
SfRichTextEditor |
Width
Specifies the width.
Declaration
public virtual string Width { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose(Boolean)
Dispose unmanaged resources in the Syncfusion Blazor component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
Overrides
GetDropDownType()
Used to get the dropdown type.
Declaration
protected virtual string GetDropDownType()
Returns
Type | Description |
---|---|
System.String | Returns the dropdown type. |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |
Overrides
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |
PropertyChangeHandler(Dictionary<String, Object>.KeyCollection)
Used to handle the dynamic property changes.
Declaration
protected virtual void PropertyChangeHandler(Dictionary<string, object>.KeyCollection keys)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary.KeyCollection<> | keys | Specifies the changed keys. |