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

In This Topic
    FileExplorerControls Enumeration
    In This Topic
    Control components in FileExplorer.
    Syntax
    'Declaration
     
    Public Enum FileExplorerControls 
       Inherits System.Enum
    public enum FileExplorerControls : System.Enum 
    Members
    MemberDescription
    AddressBoxA textbox, which shows the current selected path in the file explorer
    AllThe default value for the C1FileExplorer control - all controls are shown
    ContextMenuThe context menu which is shown when the user right clicks inside the controls.
    FilterTextBoxA textbox, which shows the current selected path in the file explorer
    GridA grid, which shows the files/folders in the current file explorer folder
    ListViewThe C1ListView control to hold the thumbnails view
    ToolbarA toolbar, which provides shortcuts for the file explorer commands (delete, new folder, back, forward, etc.)
    TreeViewA treeview, which shows the folders in the file explorer.
    Inheritance Hierarchy

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

    See Also