Click or drag to resize
FileBrowserMode Enumeration
This enumeration lists the possible FileBrowser control operation modes.

Namespace: Kettic.AspNet.Controls.FileBrowser
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum FileBrowserMode
Members
  Member nameValueDescription
Default1 The Default mode renders all controls in the FileBrowser (tree, grid, toolbar, etc.)
FileTree2 The FileTree mode renders both files and folders in the tree and removes the grid control.
See Also