alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class DropDownButtonItemBase

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

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    SfBaseComponent
    DropDownButtonItemBase
    RichTextEditorFontFamily
    RichTextEditorFontSize
    RichTextEditorFormat
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    SfBaseComponent.Dispose()
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnAfterRenderAsync(bool)
    SfBaseComponent.OnObservableChange(string, object, bool, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public abstract class DropDownButtonItemBase : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    DropDownButtonItemBase()

    Declaration
    protected DropDownButtonItemBase()

    Properties

    Default

    Gets or sets the default value of the DropDownButton.

    Declaration
    [Parameter]
    public string? Default { get; set; }
    Property Value
    Type Description
    string

    A string representing the default value of the DropDownButton.

    Items

    Specifies the dropdown button items.

    Declaration
    [Parameter]
    public virtual List<DropDownItemModel>? Items { get; set; }
    Property Value
    Type Description
    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
    [CascadingParameter]
    protected SfRichTextEditor? Parent { get; set; }
    Property Value
    Type
    SfRichTextEditor

    Width

    Specifies the width of the dropdown button.

    Declaration
    [Parameter]
    public virtual string? Width { get; set; }
    Property Value
    Type Description
    string

    A string representing the width of the dropdown button.

    Methods

    Dispose(bool)

    Dispose unmanaged resources in the Syncfusion Blazor component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    Boolean value to dispose the object.

    Overrides
    SfBaseComponent.Dispose(bool)

    GetDropDownType()

    Used to get the dropdown type.

    Declaration
    protected virtual string GetDropDownType()
    Returns
    Type Description
    string

    Returns the dropdown type.

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    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
    Task

    A System.Threading.Tasks.Task representing any asynchronous operation.

    Overrides
    ComponentBase.OnParametersSetAsync()

    PropertyChangeHandler(KeyCollection)

    Used to handle the dynamic property changes.

    Declaration
    protected virtual void PropertyChangeHandler(Dictionary<string, object>.KeyCollection keys)
    Parameters
    Type Name Description
    Dictionary<string, object>.KeyCollection keys

    Specifies the changed keys.

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved