EditButtonCollection.FindByText(String) Method
Returns a button with the specified EditButton.Text property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value representing the EditButton.Text property value of the required button. |
Returns
Type | Description |
---|---|
EditButton | An EditButton object with a specific value of the EditButton.Text property. |
Remarks
Use this method to obtain a button specified by a display text assigned to its EditButton.Text property.
See Also