GridViewContextMenuItemCollection.FindByName(String) Method
Returns an item object with the specified name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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