Skip to main content

BarItemCollection.AddCustomDropDown(Int32, String) Method

Adds a custom drop-down editor to the specified position in the bar item collection.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public IBarDropDown AddCustomDropDown(
    int index,
    string text
)

Parameters

Name Type Description
index Int32

The position where to insert the drop-down item.

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