Skip to main content
A newer version of this page is available. .

BootstrapTabCollection.FindByName(String) Method

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapTab FindByName(
    string name
)

Parameters

Name Type Description
name String

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

Returns

Type Description
BootstrapTab

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

Remarks

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

See Also