name |
String |
Sets the name of the component. |
data-source-id |
String |
The Id of the data source. |
deferred |
Boolean |
Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
is-in-client-template |
Boolean |
When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
as-module |
Boolean |
|
draggable |
Boolean |
Enables or disables the drag and drop features of the FileManager. |
has-client-component |
Boolean |
|
height |
Double |
Configures the height of the FileManager. |
initial-view |
String |
Configures the initial view of the FileManager. |
on-command |
String |
Fired when server command is executed (copy, move, delete or rename).The event is useful to get feedback when server commands has failed or succeeded and take additional actions based on the status. |
on-data-binding |
String |
Fired before the widget binds to its data source. |
on-data-bound |
String |
Fired when the widget is bound to data from its data source. |
on-drop |
String |
Fired when a file is dragged and dropped over a folder. |
on-error |
String |
Fired when a error in the DataSource happen. |
on-execute |
String |
Fired when a command is executed. |
on-navigate |
String |
Fired when navigation occurs. |
on-open |
String |
Fired when a file is opened (with double click). |
on-select |
String |
Fired when selection changes. |
resizable |
Boolean |
Configures the resizable features of the FileManager. |
sanitize-id |
Boolean |
|
script-attributes |
IDictionary<String,Object> |
|
upload-url |
String |
Sets the upload url for the Upload widget. |
width |
Double |
Configures the width of the FileManager. |