GridViewToolbarCollection.FindByName(String) Method
Returns a toolbar object with the specified MenuItem.Name property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value representing the MenuItem.Name property value of the required toolbar. |
Returns
Type | Description |
---|---|
GridViewToolbar | A GridViewToolbar object that is the ASPxGridView toolbar. |
Remarks
Use this method to obtain a toolbar specified by a unique name assigned to its MenuItem.Name property.
See Also