Click or drag to resize
FileBrowserContentProvider Properties

The FileBrowserContentProvider type exposes the following members.

Properties
  Name Description
Public property CanCreateDirectory
Gets a value indicating whether the ContentProvider can create directory items or not. The visibility of the Create New Directory icon is controlled by the value of this property.
Public property DisplayMode Obsolete.
The current display mode of the content provider. Can be FileBrowserDisplayMode.Tree or FileBrowserDisplayMode.List. The value of this property is set by the FileBrowser control.
Public property PathSeparator
The character, used to separate parts of the virtual path (e.g. '/' is the path separator in /path1/path2/file)
Top
See Also