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

GridViewContextMenuItemCollection.FindByText(String) Method

Returns an item object with the specified text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewContextMenuItem FindByText(
    string text
)

Parameters

Name Type Description
text String

A String value that is the MenuItem.Text property value of the required item.

Returns

Type Description
GridViewContextMenuItem

A GridViewContextMenuItem object with a specified text.

Remarks

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

See Also