New to KendoReactLearn about KendoReact Free.

GridToolbarColumnsChooserProps

NameTypeDefaultDescription

icon?

string

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

jsx
<GridToolbarSort icon="home" />

onCloseMenu?

Function

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

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



</td>
</tr>
<tr>
<td class="table-cell-name">


#### show?


</td>
<td type class="table-cell-type">


<code>


boolean


</code>


</td>
<td class="table-cell-default">




</td>
<td class="table-cell-comment">


Specifies if the popup will be displayed.

```jsx
<GridToolbarColumnsChooser show={true} />

svgIcon?

SVGIcon

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

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

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