Class RichTextEditorNumberFormatList
A class used for configuring the NumberFormatList properties in Rich Text Editor.
Inheritance
System.Object
RichTextEditorNumberFormatList
Assembly: Syncfusion.Blazor.dll
Syntax
public class RichTextEditorNumberFormatList : SfBaseComponent
Constructors
RichTextEditorNumberFormatList()
Declaration
public RichTextEditorNumberFormatList()
Properties
Items
Specifies the default formats OL items in the Rich Text Editor.
Declaration
public List<DropDownItemModel> Items { get; set; }
Property Value
parent
Declaration
protected SfRichTextEditor parent { get; set; }
Property Value
Methods
GetDropDownType()
Declaration
protected virtual string GetDropDownType()
Returns
Type |
Description |
System.String |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|