New to Kendo UI for Angular? Start a free 30-day trial
FileSelectSettings
Defines the settings interface for the FileSelect functionality used in components that integrate the FileSelect component.
typescript
const fileSelectSettings: FileSelectSettings = {
multiple: true,
disabled: false
};
Name | Type | Default | Description |
---|---|---|---|
accept? |
|
Sets the | |
disabled? |
|
Disables the component. | |
multiple? |
|
Allows you to select multiple files. When you set this to | |
name? |
|
Specifies the | |
restrictions? |
|
Sets the restrictions for selected files. | |
showFileList? |
|
Controls the visibility of the file list. | |
tabindex? |
|
Sets the | |
zoneId? |
|
Sets the |