Skip to main content

BootstrapEditButtonCollection.FindByText(String) Method

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapEditButton 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
BootstrapEditButton

A BootstrapEditButton 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