TabCollection.FindByText(String) Method
Returns a tab object with the specified TabBase.Text property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A String value representing the TabBase.Text property value of the required tab. |
Returns
| Type | Description |
|---|---|
| Tab | A Tab object with a specific value of the TabBase.Text property. |
Remarks
Use this method to obtain a tab specified by a display text assigned to its TabBase.Text property.
See Also