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

BootstrapCardViewToolbarItemCollection.FindByText(String) Method

Returns a toolbar item object with the specified MenuItem.Text property value.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapCardViewToolbarItem 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
BootstrapCardViewToolbarItem

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