DirectoryBaseWrapper
Class
Base class for DirectoryInfoWrapper, ShellDirectory and ServerDirectory instances.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class DirectoryBaseWrapper : FileSystemInfoWrapper, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseFileSystemInfoWrapperDirectoryBaseWrapper
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the DirectoryBaseWrapper class.
C#
public DirectoryBaseWrapper(FileSystemInfoWrapperFactoryBase factory, DirectoryInfo directoryInfo)
Initializes a new instance of the DirectoryBaseWrapper class.
C#
public DirectoryBaseWrapper(FileSystemInfoWrapperFactoryBase factory)
Properties
Child directories representing local or network folders.
C#
public virtual ObservableCollection<DirectoryBaseWrapper> ChildDirectories { get; }
Gets the child FileSystemInfoWrappers.
C#
public virtual ObservableCollection<FileSystemInfoWrapper> Children { get; }
Gets or sets a value indicating whether the DirectoryBaseWrapper is expanded.
C#
public bool IsExpanded { get; set; }
Gets or sets whether the file or folder name is currently being edited.
C#
public override bool IsInEditMode { get; set; }
Overrides:
Gets the parent DirectoryBaseWrapper.
C#
public virtual DirectoryBaseWrapper Parent { get; }