Skip to main content
All docs
V25.1
  • BarItemCollection.AddCustomDropDown(String) Method

    Adds a custom drop-down editor to the end of the bar item collection.

    Namespace: DevExpress.Blazor.Office

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public IBarDropDown AddCustomDropDown(
        string text
    )

    Parameters

    Name Type Description
    text String

    The item text.

    Returns

    Type Description
    IBarDropDown

    The inserted drop-down editor.

    Remarks

    Refer to the IBarDropDown interface description for more information and an example.

    See Also