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

ToolbarItemCollectionBase<T>.FindByText(String) Method

Returns an item object with the specified Text property value.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public T FindByText(
    string text
)

Parameters

Name Type Description
text String

A String value, which is the Text property value of the required item.

Returns

Type Description
T

A T object with a specific value of the Text property.

See Also