File
A File is an item displayed within the file container of ASPxFileManager.
If the FileManagerSettingsFileList.View is set to Thumbnails, the file content includes a thumbnail and a name.
The file is a row in the details grid if the FileManagerSettingsFileList.View is set to Details.
Use the FileManagerStyles.File property to customize file appearance.
Note
If the FileManagerSettings.AllowedFileExtensions property is specified, only files with extensions allowed by this property are displayed within the file container.
See Also