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