Base class that provides a wrapper for s.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class FileSystemInfoWrapper : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseFileSystemInfoWrapper
Derived Classes:
Implements:
Inherited Members
Properties
Gets the creation DateTime of the FileSystemInfoWrapper.
public DateTime DateCreated { get; }
Gets the extra large icon of the FileSystemInfoWrapper.
public Image ExtraLargeImage { get; }
Gets or sets whether the file or folder name is cut from main pane.
public bool IsCut { get; set; }
Gets or sets whether the file or folder name is cut from tree view.
public bool IsCutFromTreeView { get; set; }
Gets a value indicating whether the file or folder name is hidden.
public bool IsHidden { get; }
Gets or sets whether the file or folder name is currently being edited.
public virtual bool IsInEditMode { get; set; }
Gets or sets whether the file or folder name is currently selected.
public bool IsSelected { get; set; }
Gets whether the FileSystemInfoWrapper is a shortcut.
public virtual bool IsShortcut { get; }
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.
public bool IsSystemHiddenActual { get; }
Gets the volume label of a Drive. For non-drives, it returns the Name.
public string Label { get; set; }
Gets the large icon of the FileSystemInfoWrapper.
public Image LargeImage { get; }
Gets the time when the current file or directory was last written to.
public DateTime LastWriteTime { get; }
Gets the medium icon of the FileSystemInfoWrapper.
public Image MediumImage { get; }
Gets the selected file name, excluding the path.
public virtual string Name { get; set; }
Gets the selected file name, including the path.
public virtual string Path { get; set; }
Gets the shortcut location of the FileSystemInfoWrapper if it is a shortcut.
public virtual string ShortcutLocation { get; }
Gets or sets the size, in bytes of the selected file.
public abstract long? Size { get; }
Gets the small icon of the FileSystemInfoWrapper.
public Image SmallImage { get; }
Gets or a value indicating the sort order of this file system info entry. This is used when sorting in GridView.
public virtual int SortOrder { get; }