Skip to main content
Tab

GridViewContextMenuItemCollection.FindByName(String) Method

Returns an item object with the specified name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenuItem FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value that is the MenuItem.Name property value of the required item.

Returns

Type Description
GridViewContextMenuItem

A GridViewContextMenuItem object with a specified name.

Remarks

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

See Also