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

Base class that provides a wrapper for s.

Definition

Properties

Gets the creation DateTime of the FileSystemInfoWrapper.

C#
public DateTime DateCreated { get; }

ExtraLargeImage

ImageSource

Gets the extra large icon of the FileSystemInfoWrapper.

C#
public ImageSource 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; }

LargeImage

ImageSource

Gets the large icon of the FileSystemInfoWrapper.

C#
public ImageSource LargeImage { get; }

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

C#
public DateTime LastWriteTime { get; }

MediumImage

ImageSource

Gets the medium icon of the FileSystemInfoWrapper.

C#
public ImageSource 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; }

SmallImage

ImageSource

Gets the small icon of the FileSystemInfoWrapper.

C#
public ImageSource 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()