ClassDirectoryInfoWrapper
Class
Provides a wrapper for DirectoryInfoWrappers.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public sealed class DirectoryInfoWrapper : DirectoryBaseWrapper, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseFileSystemInfoWrapperDirectoryBaseWrapperDirectoryInfoWrapper
Implements:
Inherited Members
Properties
IsShortcut
Gets whether the FileSystemInfoWrapper is a shortcut.
Declaration
cs-api-definition
public override bool IsShortcut { get; }
Property Value
Overrides
Parent
Gets the parent FileSystemInfoWrapper.
Declaration
cs-api-definition
public override DirectoryBaseWrapper Parent { get; }
Property Value
Overrides
ShortcutLocation
Gets the shortcut location of the FileSystemInfoWrapper if it is a shortcut.
Declaration
cs-api-definition
public override string ShortcutLocation { get; }
Property Value
Overrides
Size
This property is not implemented for directories.