RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
This enumeration lists the possible FileExplorer control operation modes.

Namespace: Telerik.Web.UI.FileExplorer
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.1.220.0 (2013.01.220.0)

Syntax

C#
public enum FileExplorerMode
Visual Basic
Public Enumeration FileExplorerMode

Members

Member nameValueDescription
Default1 The Default mode renders all controls in the FileExplorer (tree, grid, toolbar, etc.)
FileTree2 The FileTree mode renders both files and folders in the tree and removes the grid control.
Thumbnails3 Replaces the grid from the default configuration with a listView, displaying the items as thumbnails

See Also