UploadButtonPropsPremium
Represents the configuration options for the Upload button. Combines button styling props, upload behavior props, and event callbacks.
| Name | Type | Default | Description |
|---|---|---|---|
accept? |
|
Sets the Example: jsx
| |
disabled? |
|
|
Specifies if the Button is disabled (see example). |
fillMode? |
|
|
Configures the tsx
|
icon? |
|
Defines the name for an existing icon in a KendoReact theme (see example). The icon renders inside the Button by a | |
iconClass? |
|
Defines a CSS class — or multiple classes separated by spaces — which apply to a | |
multiple? |
|
|
Enables or disables the selection of multiple files. Defaults to jsx
|
onRemoveAttachment? |
|
Fires when the user removes an attachment by clicking the remove button.
In controlled mode (when tsx
| |
onSelectAttachments? |
|
Fires when the user selects files via the upload button. Provides both the newly selected files and the complete file state. tsx
| |
restrictions? |
|
Configures file restrictions such as allowed extensions and maximum file size. Example: jsx
| |
rounded? |
|
|
Configures the The available options are:
tsx
|
size? |
|
|
Configures the tsx
|
svgIcon? |
|
Defines the SVG icon that renders inside the Button component. | |
themeColor? |
|
|
Configures the tsx
|