FileBrowserContentProviderPathSeparator Property |
The character, used to separate parts of the virtual path (e.g. '/' is the path separator in /path1/path2/file)
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual char PathSeparator { get; }
Public Overridable ReadOnly Property PathSeparator As Char
Get
public:
virtual property wchar_t PathSeparator {
wchar_t get ();
}
abstract PathSeparator : char with get
override PathSeparator : char with get
Property Value
Type:
CharSee Also