UploadDropZoneComponent
Represents the Kendo UI UploadDropZone component for Angular.
Selector
kendo-uploaddropzone
Export Name
Accessible in templates as #kendoUploadDropZoneInstance="kendoUploadDropZone"
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
icon | string | Defines the name for an existing icon in a Kendo UI theme.
The icon is rendered inside the DropZone by a | |
iconClass | string | Defines a CSS class or multiple classes separated by spaces, which are applied to a span element. Allows the usage of custom icons. | |
zoneId | string | Defines the id of the component. It is used to associate it with an existing Upload or FileSelect component. |