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

BootstrapGridViewToolbarMenuItemCollection.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 BootstrapGridViewToolbarMenuItem 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
BootstrapGridViewToolbarMenuItem

A BootstrapGridViewToolbarMenuItem 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