BootstrapCardViewToolbarCollection.FindByName(String) Method
Returns a card view’s 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 object. |
Returns
Type | Description |
---|---|
BootstrapCardViewToolbar | A BootstrapCardViewToolbar object with a specific value of the GridToolbar.Name property. |
Remarks
Use this method to obtain an object specified by a unique name assigned to its GridToolbar.Name property.
See Also