Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Templates

  • Expand/collapse folder containerExpand/collapse folder container
  • RefreshRefresh
  •  
    ...
  • Collapse
    FolderFiles
    • Expand
      FolderDocuments
      • Expand
        FolderProjects
        • FolderTest project
        • FolderXml list
      • FolderReports
    • Collapse
      FolderImages
      • FolderEmployees
      • FolderProduct icons
    • FolderMusic
    • FolderSystem
    • FolderVideo
<%# Eval("Name") %>
AndrewFuller.jpg
JPEG image (.jpg)
65Kb
<%# Eval("Name") %>
AnneDodsworth.jpg
JPEG image (.jpg)
53Kb
<%# Eval("Name") %>
HannaMoos.jpg
JPEG image (.jpg)
39Kb
<%# Eval("Name") %>
JanetLeverling.jpg
JPEG image (.jpg)
58Kb
<%# Eval("Name") %>
LauraCallahan.jpg
JPEG image (.jpg)
37Kb
<%# Eval("Name") %>
MargaretPeacock.jpg
JPEG image (.jpg)
40Kb
<%# Eval("Name") %>
MichaelSuyama.jpg
JPEG image (.jpg)
44Kb
<%# Eval("Name") %>
NancyDavolio.jpg
JPEG image (.jpg)
55Kb
<%# Eval("Name") %>
RobertKing.jpg
JPEG image (.jpg)
36Kb
<%# Eval("Name") %>
StevenBuchanan.jpg
JPEG image (.jpg)
49Kb
<%# Eval("Name") %>
ThomasHardy.jpg
JPEG image (.jpg)
45Kb


The DevExpress ASP.NET MVC File Manager (FileManager) supports template technology, allowing you to customize file and folder appearance and layout.

The look of the File Manager items (files and folders) displayed in the file area can be completely modified by creating a specific template, which defines how an element will be rendered by a client browser. The File Manager allows you to create templates for thumbnail view mode using the SetThumbnailViewItemTemplateContent method. Each template can consist of a group of HTML controls. Each HTML control used in a template can be bound to the property values of the rendered node.

In this demo, the SetThumbnailViewItemTemplateContent method is used to present additional information about files in a card view. The HighlightItemTemplate event is handled to highlight the search text, which is specified using the filter box, in templates.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxFileManagerAndUploadDemos