Skip to main content
Tab

TabPageCollection.FindByName(String) Method

Returns a tab page object with the specified TabBase.Name property value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public TabPage FindByName(
    string name
)

#Parameters

Name Type Description
name String

A String value representing the TabBase.Name property value of the required tab page.

#Returns

Type Description
TabPage

A TabPage object with a specific value of the TabBase.Name property.

#Remarks

Use this method to obtain a tab page specified by a unique name assigned to its TabBase.Name property.

See Also