Back to Devexpress

ASPxClientFileManagerAllItemsCallback Interface

aspnet-js-aspxclientfilemanagerallitemscallback.md

latest636 B
Original Source

ASPxClientFileManagerAllItemsCallback Interface

A JavaScript function which receives callback data obtained by a call to the client ASPxClientFileManager.GetAllItems method.

Declaration

ts
interface ASPxClientFileManagerAllItemsCallback

Parameters

NameTypeDescription
itemsASPxClientFileManagerItem[]

An array of ASPxClientFileManagerItem objects that are items contained in the current folder.

|

Returns

Type
void