Skip to main content
A newer version of this page is available. .

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.

 ASPxFileManager - File

The file is a row in the details grid if the FileManagerSettingsFileList.View is set to Details.

ASPxFileManager - File2

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