ShellDirectory
Class
Class responsible for representing network computers. These models should be children of ShellNetworkRootDirectory and their children should be DirectoryInfoWrappers.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ShellDirectory : DirectoryBaseWrapper, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseFileSystemInfoWrapperDirectoryBaseWrapperShellDirectory
Implements:
Inherited Members
Properties
Gets the parent DirectoryBaseWrapper.
C#
public override DirectoryBaseWrapper Parent { get; }
Overrides:
This property is not implemented for directories.
C#
public override long? Size { get; }
Overrides: