Class DirectoryInfoWrapper
Provides a wrapper for DirectoryInfoWrappers.
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 FileSystemInfoWrapper is a shortcut.
Declaration
public override bool IsShortcut { get; }
Property Value
System.Boolean
|
Overrides
Parent
Gets the parent FileSystemInfoWrapper.
Declaration
public override DirectoryBaseWrapper Parent { get; }
Property Value
DirectoryBaseWrapper
|
Overrides
ShortcutLocation
Gets the shortcut location of the FileSystemInfoWrapper if it is a shortcut.
Declaration
public override string ShortcutLocation { get; }
Property Value
System.String
|
Overrides
Size
This property is not implemented for directories.
Declaration
public override long? Size { get; }
Property Value
System.Nullable<System.Int64>
|
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.Int32
|