Class DirectoryInfoWrapper
Provides a wrapper for Directory
Inheritance
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public sealed class DirectoryInfoWrapper : DirectoryBaseWrapper, INotifyPropertyChanged, IDisposable
Properties
IsShortcut
Gets whether the File
Declaration
public override bool IsShortcut { get; }
Property Value
System.
|
Overrides
Parent
Gets the parent File
Declaration
public override DirectoryBaseWrapper Parent { get; }
Property Value
Overrides
ShortcutLocation
Gets the shortcut location of the File
Declaration
public override string ShortcutLocation { get; }
Property Value
System.
|
Overrides
Size
This property is not implemented for directories.
Declaration
public override long? Size { get; }
Property Value
System.
|
Overrides
SortOrder
Gets or a value indicating the sort order of this file system info entry. This is used when sorting in GridView.
Declaration
public override int SortOrder { get; }
Property Value
System.
|