menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownButtonItemBase - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DropDownButtonItemBase

    A class is used as a base class for the DropDownButton related properties in the SfRichTextEditor.

    Inheritance
    System.Object
    SfBaseComponent
    DropDownButtonItemBase
    RichTextEditorFontFamily
    RichTextEditorFontSize
    RichTextEditorFormat
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    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 the DropDownButton.

    Declaration
    public string Default { get; set; }
    Property Value
    Type Description
    System.String

    A string representing the default value of the DropDownButton.

    Items

    Specifies the dropdown button items.

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

    A list of DropDownItemModel representing the items in the dropdown button.

    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 of the dropdown button.

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

    A string representing the width of the dropdown button.

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

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

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved