ClassHistoryNavigationPaneControl
Class
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:
cs-api-definition
[SuppressMessage("Design", "CA1001:Types that own disposable fields should be disposable", Justification = "<Pending>")]
public class HistoryNavigationPaneControl : Control
Inheritance: objectHistoryNavigationPaneControl
Constructors
HistoryNavigationPaneControl()
Initializes a new instance of the HistoryNavigationPaneControl class.
Declaration
cs-api-definition
public HistoryNavigationPaneControl()
Fields
DirectoryHistoryProperty
Identifies the
Declaration
cs-api-definition
public static readonly DependencyProperty DirectoryHistoryProperty
Field Value
DependencyProperty
Properties
DirectoryHistory
Gets or sets the collection of selected DirectoryInfoWrapper.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public RadObservableCollection<DirectoryBaseWrapper> DirectoryHistory { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
ResetTheme()
Declaration
cs-api-definition
public void ResetTheme()