BootstrapGridViewToolbarCollection.FindByName(String) Method
Returns a toolbar object with the specified GridToolbar.Name property value.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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