TabPageCollection.FindByText(String) Method
In This Article
Returns a tab page object with the specified TabBase.Text property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value representing the Tab |
#Returns
Type | Description |
---|---|
Tab |
A Tab |
#Remarks
Use this method to obtain a tab page specified by a display text assigned to its TabBase.Text property.
See Also