Skip to main content

ToolbarItemCollectionBase<T>.FindByText(String) Method

Returns an item object with the specified Text property value.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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