New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-grid

Properties

icon?

string

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

Example:
jsx
<GridToolbarSort icon="home" />

onCloseMenu?

Function

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

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

show?

boolean

Specifies if the popup will be displayed.

Example:
jsx
<GridToolbarSort show={true} />

svgIcon?

SVGIcon

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

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

<GridToolbarSort svgIcon={gearIcon} />
In this article
DefinitionPropertiesicon?onCloseMenu?show?svgIcon?
Not finding the help you need?
Contact Support