Blazor

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

    Show / Hide Table of Contents

    Class RichTextEditorFontFamily

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

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    DropDownButtonItemBase
    RichTextEditorFontFamily
    Inherited Members
    DropDownButtonItemBase.OnInitializedAsync()
    DropDownButtonItemBase.OnParametersSetAsync()
    DropDownButtonItemBase.Default
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RichTextEditorFontFamily : DropDownButtonItemBase

    Constructors

    RichTextEditorFontFamily()

    Declaration
    public RichTextEditorFontFamily()

    Properties

    Items

    Specifies the default font family items in the Rich Text Editor.

    Declaration
    public override List<DropDownItemModel> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DropDownItemModel>
    Overrides
    DropDownButtonItemBase.Items

    parent

    Declaration
    protected override SfRichTextEditor parent { get; set; }
    Property Value
    Type Description
    SfRichTextEditor
    Overrides
    DropDownButtonItemBase.parent

    Width

    Specifies the width of the font family dropdown.

    Declaration
    public override string Width { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    DropDownButtonItemBase.Width

    Methods

    GetDropDownType()

    Declaration
    protected override string GetDropDownType()
    Returns
    Type Description
    System.String
    Overrides
    DropDownButtonItemBase.GetDropDownType()

    PropertyChangeHandler(Dictionary<String, Object>.KeyCollection)

    Declaration
    protected override void PropertyChangeHandler(Dictionary<string, object>.KeyCollection keys)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary.KeyCollection<> keys
    Overrides
    DropDownButtonItemBase.PropertyChangeHandler(Dictionary<String, Object>.KeyCollection)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved