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

Provides a wrapper for DirectoryInfoWrappers.

Definition

Properties

Gets whether the FileSystemInfoWrapper is a shortcut.

C#
public override bool IsShortcut { get; }

Overrides: FileSystemInfoWrapper.IsShortcut

Gets the parent FileSystemInfoWrapper.

C#
public override DirectoryBaseWrapper Parent { get; }

Overrides: DirectoryBaseWrapper.Parent

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

C#
public override string ShortcutLocation { get; }

Overrides: FileSystemInfoWrapper.ShortcutLocation

This property is not implemented for directories.

C#
public override long? Size { get; }

Overrides: DirectoryBaseWrapper.Size

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

C#
public override int SortOrder { get; }

Overrides: FileSystemInfoWrapper.SortOrder