New to Kendo UI for Angular? Start a free 30-day trial
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 |
|
Defines the name for an existing icon in a Kendo UI theme. The icon is rendered inside the DropZone. | |
iconClass |
|
Defines a CSS class or multiple classes separated by spaces, which are applied to a span element. Allows the usage of custom icons. | |
svgIcon |
|
Defines an SVGIcon to be rendered inside the DropZone. The input can take either an existing Kendo SVG icon or a custom one. | |
zoneId |
|
Defines the id of the component. It is used to associate it with an existing Upload or FileSelect component. |