GridViewToolbarItemCollection.FindByText(String) Method
In This Article
Returns a toolbar item with the specified text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewToolbarItem 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 a toolbar item specified by a display text assigned to its MenuItem.Text property.
See Also