ClassFileSystemInfoWrapper
Base class that provides a wrapper for s.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
public abstract class FileSystemInfoWrapper : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseFileSystemInfoWrapper
Derived Classes:
Implements:
Inherited Members
Properties
DateCreated
Gets the creation DateTime of the FileSystemInfoWrapper.
ExtraLargeImage
Gets the extra large icon of the FileSystemInfoWrapper.
Declaration
public ImageSource ExtraLargeImage { get; }
Property Value
ImageSource
IsCut
Gets or sets whether the file or folder name is cut from main pane.
IsCutFromTreeView
Gets or sets whether the file or folder name is cut from tree view.
IsHidden
Gets a value indicating whether the file or folder name is hidden.
IsInEditMode
Gets or sets whether the file or folder name is currently being edited.
IsSelected
Gets or sets whether the file or folder name is currently selected.
IsShortcut
Gets whether the FileSystemInfoWrapper is a shortcut.
IsSystemHiddenActual
Gets a value indicating whether the file / folder is hidden and is system file / folder and is not Drive. Drives have Hidden but should be always visible in navigation tree.
Label
Gets the volume label of a Drive. For non-drives, it returns the Name.
LargeImage
Gets the large icon of the FileSystemInfoWrapper.
Declaration
public ImageSource LargeImage { get; }
Property Value
ImageSource
LastWriteTime
Gets the time when the current file or directory was last written to.
MediumImage
Gets the medium icon of the FileSystemInfoWrapper.
Declaration
public ImageSource MediumImage { get; }
Property Value
ImageSource
Name
Gets the selected file name, excluding the path.
Path
Gets the selected file name, including the path.
ShortcutLocation
Gets the shortcut location of the FileSystemInfoWrapper if it is a shortcut.
Size
Gets or sets the size, in bytes of the selected file.
SmallImage
Gets the small icon of the FileSystemInfoWrapper.
Declaration
public ImageSource SmallImage { get; }
Property Value
ImageSource
SortOrder
Gets or a value indicating the sort order of this file system info entry. This is used when sorting in GridView.