EditButtonCollection.FindByText(String) Method
In This Article
Returns a button with the specified EditButton.Text property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public EditButton FindByText(
string text
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value representing the Edit |
#Returns
Type | Description |
---|---|
Edit |
An Edit |
#Remarks
Use this method to obtain a button specified by a display text assigned to its EditButton.Text property.
See Also