Back to Devexpress

ASPxClientFileManagerFile Class

aspnet-js-aspxclientfilemanagerfile.md

latest1.1 KB
Original Source

ASPxClientFileManagerFile Class

Represents the client-side equivalent of the FileManagerFile object.

Declaration

ts
declare class ASPxClientFileManagerFile extends ASPxClientFileManagerItem

Remarks

The ASPxClientFileManagerFile object represents a client file, that corresponds to a particular file within ASPxFileManager control. The file’s name can be obtained via the ASPxClientFileManagerItem.name property. To get the full name of a file use, the ASPxClientFileManagerItem.GetFullName property.

A currently selected client file can be accessed by using the ASPxClientFileManager.GetSelectedFile method.

Inheritance

ASPxClientFileManagerItem ASPxClientFileManagerFile

See Also

File Manager

ASPxClientFileManagerFile Members