Class DirectoryBaseWrapper
Base class for Directory
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DirectoryBaseWrapper : FileSystemInfoWrapper, INotifyPropertyChanged, IDisposable
Constructors
DirectoryBaseWrapper(FileSystemInfoWrapperFactoryBase)
Initializes a new instance of the Directory
Declaration
public DirectoryBaseWrapper(FileSystemInfoWrapperFactoryBase factory)
Parameters
File
|
DirectoryBaseWrapper(FileSystemInfoWrapperFactoryBase, DirectoryInfo)
Initializes a new instance of the Directory
Declaration
public DirectoryBaseWrapper(FileSystemInfoWrapperFactoryBase factory, DirectoryInfo directoryInfo)
Parameters
File
|
System.
|
Properties
ChildDirectories
Child directories representing local or network folders.
Declaration
public virtual ObservableCollection<DirectoryBaseWrapper> ChildDirectories { get; }
Property Value
System.
|
Children
Gets the child File
Declaration
public virtual ObservableCollection<FileSystemInfoWrapper> Children { get; }
Property Value
System.
|
IsExpanded
Gets or sets a value indicating whether the Directory
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
IsInEditMode
Gets or sets whether the file or folder name is currently being edited.
Declaration
public override bool IsInEditMode { get; set; }
Property Value
System.
|
Overrides
Parent
Gets the parent Directory
Declaration
public virtual DirectoryBaseWrapper Parent { get; }
Property Value
Size
This property is not implemented for directories.
Declaration
public override long? Size { get; }
Property Value
System.
|