Skip to main content

BootstrapTabPageCollection.FindByName(String) Method

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapTabPage FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value, that is the TabBase.Name property value of the required page.

Returns

Type Description
BootstrapTabPage

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

Remarks

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

See Also