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