Control used for the history navigation part of the RadOpenFileDialog, RadSaveFileDialog and RadOpenFolderDialog
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public class HistoryNavigationPaneControl : Control
Inheritance: objectHistoryNavigationPaneControl
Constructors
Initializes a new instance of the HistoryNavigationPaneControl class.
C#
public HistoryNavigationPaneControl()
Fields
DirectoryHistoryProperty
DependencyProperty
Identifies the
C#
public static readonly DependencyProperty DirectoryHistoryProperty
Properties
Gets or sets the collection of selected DirectoryInfoWrapper.
C#
public RadObservableCollection<DirectoryBaseWrapper> DirectoryHistory { get; set; }
Methods
C#
public override void OnApplyTemplate()
C#
public void ResetTheme()