New to Telerik UI for WinFormsStart a free 30-day trial

Base class that provides a wrapper for s.

Definition

Namespace:Telerik.WinControls.FileDialogs

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public abstract class FileSystemInfoWrapper : ViewModelBase, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseFileSystemInfoWrapper

Derived Classes: DirectoryBaseWrapperFileInfoWrapper

Implements: IDisposableINotifyPropertyChanged

Inherited Members ViewModelBase.Dispose()ViewModelBase.Dispose(bool)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.OnPropertyChanged(string)ViewModelBase.VerifyPropertyName(string)ViewModelBase.PropertyChanged...

Properties

Gets the creation DateTime of the FileSystemInfoWrapper.

C#
public DateTime DateCreated { get; }

Gets the extra large icon of the FileSystemInfoWrapper.

C#
public Image ExtraLargeImage { get; }

Gets or sets whether the file or folder name is cut from main pane.

C#
public bool IsCut { get; set; }

Gets or sets whether the file or folder name is cut from tree view.

C#
public bool IsCutFromTreeView { get; set; }

Gets a value indicating whether the file or folder name is hidden.

C#
public bool IsHidden { get; }

Gets or sets whether the file or folder name is currently being edited.

C#
public virtual bool IsInEditMode { get; set; }

Gets or sets whether the file or folder name is currently selected.

C#
public bool IsSelected { get; set; }

Gets whether the FileSystemInfoWrapper is a shortcut.

C#
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.

C#
public bool IsSystemHiddenActual { get; }

Gets the volume label of a Drive. For non-drives, it returns the Name.

C#
public string Label { get; set; }

Gets the large icon of the FileSystemInfoWrapper.

C#
public Image LargeImage { get; }

Gets the time when the current file or directory was last written to.

C#
public DateTime LastWriteTime { get; }

Gets the medium icon of the FileSystemInfoWrapper.

C#
public Image MediumImage { get; }

Gets the selected file name, excluding the path.

C#
public virtual string Name { get; set; }

Gets the selected file name, including the path.

C#
public virtual string Path { get; set; }

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

C#
public virtual string ShortcutLocation { get; }

Gets or sets the size, in bytes of the selected file.

C#
public abstract long? Size { get; }

Gets the small icon of the FileSystemInfoWrapper.

C#
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.

C#
public virtual int SortOrder { get; }

Gets the type of file as descriptive text.

C#
public virtual string TypeText { get; }

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()