Class
DirectoryInfoWrapper

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: IDisposableINotifyPropertyChanged

Inherited Members DirectoryBaseWrapper.ChildDirectoriesDirectoryBaseWrapper.ChildrenDirectoryBaseWrapper.IsExpandedDirectoryBaseWrapper.CanExpandDirectoryBaseWrapper.IsInEditModeFileSystemInfoWrapper.Equals(object)FileSystemInfoWrapper.GetHashCode()FileSystemInfoWrapper.DateCreatedFileSystemInfoWrapper.TypeTextFileSystemInfoWrapper.SmallImageFileSystemInfoWrapper.MediumImageFileSystemInfoWrapper.LargeImageFileSystemInfoWrapper.ExtraLargeImageFileSystemInfoWrapper.NameFileSystemInfoWrapper.LabelFileSystemInfoWrapper.IsSelectedFileSystemInfoWrapper.IsCutFileSystemInfoWrapper.IsCutFromTreeViewFileSystemInfoWrapper.IsHiddenFileSystemInfoWrapper.IsSystemHiddenActualFileSystemInfoWrapper.LastWriteTimeFileSystemInfoWrapper.PathViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.PropertyChanged

Properties

IsShortcut

Gets whether the FileSystemInfoWrapper is a shortcut.

Declaration

cs-api-definition
public override bool IsShortcut { get; }

Property Value

bool

Overrides FileSystemInfoWrapper.IsShortcut

Parent

Gets the parent FileSystemInfoWrapper.

Declaration

cs-api-definition
public override DirectoryBaseWrapper Parent { get; }

Property Value

DirectoryBaseWrapper

Overrides DirectoryBaseWrapper.Parent

ShortcutLocation

Gets the shortcut location of the FileSystemInfoWrapper if it is a shortcut.

Declaration

cs-api-definition
public override string ShortcutLocation { get; }

Property Value

string

Overrides FileSystemInfoWrapper.ShortcutLocation

Size

This property is not implemented for directories.

Declaration

cs-api-definition
public override long? Size { get; }

Property Value

long?

Overrides DirectoryBaseWrapper.Size

SortOrder

Gets or a value indicating the sort order of this file system info entry. This is used when sorting in GridView.

Declaration

cs-api-definition
public override int SortOrder { get; }

Property Value

int

Overrides FileSystemInfoWrapper.SortOrder