ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1FileExplorer Namespace / ExplorerMode Enumeration

In This Topic
    ExplorerMode Enumeration
    In This Topic
    File explorer mode.
    Syntax
    'Declaration
     
    Public Enum ExplorerMode 
       Inherits System.Enum
    public enum ExplorerMode : System.Enum 
    Members
    MemberDescription
    DefaultOnly display folder in the treeview, and display file and folders in the right panel according to the current folder
    FileTreeDisplay all the folders and files in the treeview control
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1FileExplorer.ExplorerMode

    See Also