RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
This enumeration lists the available controls in the file explorer and allows customizing the look of the control.

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#
[FlagsAttribute]
public enum FileExplorerControls
Visual Basic
<FlagsAttribute> _
Public Enumeration FileExplorerControls

Members

Member nameValueDescription
TreeView1 A treeview, which shows the folders in the file explorer.
Grid2 A grid, which shows the files/folders in the current file explorer folder
Toolbar4 A toolbar, which provides shortcuts for the file explorer commands (delete, new folder, back, forward, etc.)
AddressBox8 A textbox, which shows the current selected path in the file explorer
ContextMenus16 The grid and treeview context menus, which are shown when the user right clicks inside the controls.
ListView32 The RadListView control to hold the thumbnails view
FileList34 FileList is a the place to show the file list. This could be either Grid, or Thumbnails. Therefore 0x2 + 0x20 = 0x22
All65535 The default value for the RadFileExplorer control - all controls are shown

See Also