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

BootstrapCardViewToolbarMenuItemCollection.FindByName(String) Method

Returns a menu item object with the specified GridToolbarItem.Name property value.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapCardViewToolbarMenuItem FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value representing the GridToolbarItem.Name property value of the required object.

Returns

Type Description
BootstrapCardViewToolbarMenuItem

A BootstrapCardViewToolbarMenuItem object with a specific value of the GridToolbarItem.Name property.

Remarks

Use this method to obtain an object specified by a unique name assigned to its GridToolbarItem.Name property.

See Also