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

EditButtonCollection.FindByText(String) Method

Returns a button with the specified EditButton.Text property value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public EditButton FindByText(
    string text
)

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