New to KendoReactLearn about KendoReact Free.

GridToolbarGroupProps

NameTypeDefaultDescription

icon?

string

Defines the icon rendered in the GridToolbarGroup tool (see example).

jsx
<GridToolbarGroup icon="home" />

onCloseMenu?

Function

The method that will be called to close the column menu.

jsx
<GridToolbarGroup onCloseMenu={() => console.log('close menu');} />

show?

boolean

Specifies if the popup will be displayed.

jsx
<GridToolbarGroup show={true} />

svgIcon?

SVGIcon

Defines the SVG icon rendered in the GridToolbarGroup tool (see example).

jsx
import { gearIcon } from '@progress/kendo-svg-icons';

<GridToolbarGroup svgIcon={gearIcon} />
Not finding the help you need?
Contact Support