Class Explorer
public class Explorer : DataGrid, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
Explorer
- Implements
- Inherited Members
- Extension Methods
Constructors
Explorer()
public Explorer()
Fields
AllSearchPatternProperty
public static readonly DependencyProperty AllSearchPatternProperty
Field Value
CurrentPathProperty
public static readonly DependencyProperty CurrentPathProperty
Field Value
HeaderVisibilityProperty
public static readonly DependencyProperty HeaderVisibilityProperty
Field Value
HistoryProperty
public static readonly DependencyProperty HistoryProperty
Field Value
HistorySelectedItemProperty
public static readonly DependencyProperty HistorySelectedItemProperty
Field Value
NavigationBarEnbledProperty
public static readonly DependencyProperty NavigationBarEnbledProperty
Field Value
Next
public static RoutedUICommand Next
Field Value
Previous
public static RoutedUICommand Previous
Field Value
SearchBoxVisibilityProperty
public static readonly DependencyProperty SearchBoxVisibilityProperty
Field Value
SearchPatternProperty
public static readonly DependencyProperty SearchPatternProperty
Field Value
Properties
AllSearchPattern
搜索通配符
public string AllSearchPattern { get; set; }
Property Value
CurrentPath
public string CurrentPath { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
HeaderVisibility
public Visibility HeaderVisibility { get; set; }
Property Value
History
public ObservableCollection<DirectoryModel> History { get; set; }
Property Value
HistorySelectedItem
public DirectoryModel HistorySelectedItem { get; set; }
Property Value
NavigationBarEnbled
public bool NavigationBarEnbled { get; set; }
Property Value
SearchBoxVisibility
public Visibility SearchBoxVisibility { get; set; }
Property Value
SearchPattern
文件通配符
public string SearchPattern { get; set; }
Property Value
SingleKey
public static ComponentResourceKey SingleKey { get; }
Property Value
Methods
OnMouseDoubleClick(MouseButtonEventArgs)
Raises the MouseDoubleClick routed event.
protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgsThe event data.