ASPxClientGridBase.GetToolbar(index) Method
In This Article
Returns a grid’s toolbar specified by its index.
#Declaration
TypeScript
GetToolbar(
index: number
): ASPxClientMenu
#Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the toolbar object to retrieve. |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
The grid control’s client-side functionality allows its toolbars to be accessed programmatically on the client side. This method gets the client toolbar object specified by the its index within the Toolbars collection.
Note that the index parameter is zero-based. If an invalid index is passed via the parameter, the method returns null.
See Also