PivotGridAxesEditorPropsPremium
Represents the props of the KendoReact PivotGridAxesEditor component.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
The React elements that are passed as children to the rendered component. jsx
| |
chipList? |
|
Overrides the default The default component is: KendoReactChipList. | |
className? |
|
Sets the | |
component |
|
Can be set to a React component or to the name of an HTML element,
for example, jsx
| |
field |
|
Indicates which of the three available axes are represented by the editor:
| |
name |
|
The name of the field in the Form state.
Supports nested fields in the jsx
| |
onChange? |
|
Called when the underlying editor triggers its
That is why this event should be used only for executing custom logic. jsx
| |
validator? |
|
The validation functions for the Field level.
Currently, jsx
| |
value |
|
Represents the The |