Class ShellDirectory
Class responsible for representing network computers.
These models should be children of Shell
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ShellDirectory : DirectoryBaseWrapper, INotifyPropertyChanged, IDisposable
Properties
Parent
Gets the parent Directory
Declaration
public override DirectoryBaseWrapper Parent { get; }
Property Value
Overrides
Size
This property is not implemented for directories.
Declaration
public override long? Size { get; }
Property Value
System.
|
Overrides
TypeText
Gets the type of file as descriptive text.
Declaration
public override string TypeText { get; }
Property Value
System.
|