Click or drag to resize
KaxFileBrowser Properties

The KaxFileBrowser type exposes the following members.

Properties
  Name Description
Public property AccessKey
Specifies an access key to enable keyboard navigation for the File Explorer control
(Overrides KaxWebControl.AccessKey.)
Public property AllowPaging
When set to true, this property will enable paging in the File Explorer's Grid component.
Public property Configuration
Contains the FileBrowser configuration (paths, content provider type, etc.).
Public property CurrentFolder
Returns the currently selected node in the tree. This property is useful during postbacks.
Public property DisplayUpFolderItem
Gets or sets a value indicating whether to show the up one folder (..) item in the grid if available.
Public property EnableCopy
Gets or sets a value indicating whether to allow copying of files/folders
Public property EnableCreateNewFolder
Gets or sets a value indicating whether to allow creating new folders
Public property EnableOpenFile
Gets or sets a value indicating whether to allow opening a new window with the file
Public property ExplorerMode
Gets or sets the current FileBrowserMode (e.g. default, show files in the tree, etc.)
Public property Grid
Gets a reference to the grid, which shows on the right of the file explorer control.
Public property GridContextMenu
Gets a reference to the context menu, which shows when the user right-clicks the grid control
Public property Height
Gets or sets the height of the Web server control.
(Overrides KaxWebControl.Height.)
Public property InitialPath
Gets or sets the initial path that will be shown in the file explorer control.
Public property Language
Gets or sets a string containing the localization language for the File Explorer UI
Public property Localization
Public property LocalizationPath
Gets or sets a value indicating where the control will look for its .resx localization files. By default these files should be in the App_GlobalResources folder. However, if you cannot put the resource files in the default location or .resx files compilation is disabled for some reason (e.g. in a DotNetNuke environment), this property should be set to the location of the resource files.
Public property OnClientCopy
The name of the javascript function called when the user tries to copy a file or folder.
Public property OnClientCreateNewFolder
The name of the javascript function called when the user tries to create a new folder.
Public property OnClientDelete
The name of the javascript function called when the user tries to delete a file.
Public property OnClientFileOpen
The name of the javascript function called when an item is double clicked in the grid.
Public property OnClientFolderChange
The name of the javascript function called when the the selected folder in the tree changes.
Public property OnClientFolderLoaded
The name of the javascript function called when a folder is loaded in the grid.
Public property OnClientInit
The name of the javascript function called before the control loads in the browser.
Public property OnClientItemSelected
The name of the javascript function called when the user selects an item in the explorer.
Public property OnClientLoad
The name of the javascript function called when the control loads in the browser.
Public property OnClientMove
The name of the javascript function called when the user tries to rename/move a file or folder.
Public property PageSize
Gets or sets the current PageSize of the grid
Public property Skin
Specifies the skin that will be used by the control
(Overrides KaxWebControl.Skin.)
Public property Splitter
Gets a reference to the splitter component in the file explorer
Public property ToolBar
Gets a reference to the toolbar, which shows on the top of the file explorer control.
Public property TreePaneWidth
Gets or sets the width of the file explorer's tree pane
Public property TreeView
Gets a reference to the tree, which shows on the left of the file explorer control.
Public property Upload
Gets a reference to the upload component, which shows inside a popup window when the user wants to upload files.
Remarks
If you want to set the allowed file types or max upload file size, please use the Configuration property
Public property VisibleControls
Public property Width
Gets or sets the width of the Web server control.
(Overrides KaxWebControl.Width.)
Public property WindowManager
Gets a reference to the window component, which shows the upload popup and the alert/confirmation dialogs.
Top
See Also