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