Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorNumberFormatList - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorNumberFormatList

    A class used for configuring the NumberFormatList properties in Rich Text Editor.

    Inheritance
    System.Object
    SfBaseComponent
    RichTextEditorNumberFormatList
    Inherited Members
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.RichTextEditor
    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
    Type Description
    System.Collections.Generic.List<DropDownItemModel>

    parent

    Declaration
    protected SfRichTextEditor parent { get; set; }
    Property Value
    Type Description
    SfRichTextEditor

    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
    SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved