ToolbarItemCollectionBase<T>.FindByText(String) Method
Returns an item object with the specified Text property value.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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