Control used for the history navigation part of the RadOpenFileDialog, RadSaveFileDialog and RadOpenFolderDialog
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class HistoryNavigationPaneUserControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IViewModelChangedListener
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlHistoryNavigationPaneUserControl...
Implements:
Inherited Members
Constructors
Initializes a new instance of the HistoryNavigationPaneUserControl class.
C#
public HistoryNavigationPaneUserControl()
Properties
C#
public RadButton BackButton { get; }
Gets or sets the collection of selected DirectoryInfoWrapper.
C#
public ObservableCollection<DirectoryBaseWrapper> DirectoryHistory { get; set; }
C#
public RadButton ForwardButton { get; }
C#
public RadDropDownButton RecentLocationsDropDownButton { get; }
Methods
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
C#
protected virtual void SetArrowButtonBorderAndFillVisibility(RadDropDownButton dropDownButton, bool hide)
C#
public void SetViewModel(DialogViewModel viewModel)
Implements: