Skip to main content
A newer version of this page is available. .

BootstrapToolbarItemCollection.FindByText(String) Method

Returns an item object with the specified MenuItem.Text property value.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public BootstrapToolbarItem FindByText(
    string text
)

Parameters

Name Type Description
text String

A String value representing the MenuItem.Text property value of the required item.

Returns

Type Description
BootstrapToolbarItem

A BootstrapToolbarItem object with a specific value of the MenuItem.Text property.

Remarks

Use this method to obtain an item specified by a display text assigned to its MenuItem.Text property.

See Also