GridViewContextMenuItemCollection.FindByText(String) Method
In This Article
Returns an item object with the specified text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewContextMenuItem FindByText(
string text
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that is the Menu |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use this method to obtain an item specified by a text assigned to its MenuItem.Text property.
See Also