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

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 DirectoryHistory dependency property.

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#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs
C#
public void ResetTheme()