Skip to main content

BootstrapGridViewToolbarCollection.FindByName(String) Method

Returns a toolbar object with the specified GridToolbar.Name property value.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewToolbar FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value representing the GridToolbar.Name property value of the required toolbar.

Returns

Type Description
BootstrapGridViewToolbar

A BootstrapGridViewToolbar object with a specific value of the GridToolbar.Name property.

Remarks

Use this method to obtain a toolbar specified by a unique name assigned to its GridToolbar.Name property.

See Also