Table of Contents

Class Explorer

Namespace
HeBianGu.Control.Explorer
Assembly
HeBianGu.Control.Explorer.dll
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

DependencyProperty

CurrentPathProperty

public static readonly DependencyProperty CurrentPathProperty

Field Value

DependencyProperty

HeaderVisibilityProperty

public static readonly DependencyProperty HeaderVisibilityProperty

Field Value

DependencyProperty

HistoryProperty

public static readonly DependencyProperty HistoryProperty

Field Value

DependencyProperty

HistorySelectedItemProperty

public static readonly DependencyProperty HistorySelectedItemProperty

Field Value

DependencyProperty

NavigationBarEnbledProperty

public static readonly DependencyProperty NavigationBarEnbledProperty

Field Value

DependencyProperty

Next

public static RoutedUICommand Next

Field Value

RoutedUICommand

Previous

public static RoutedUICommand Previous

Field Value

RoutedUICommand

SearchBoxVisibilityProperty

public static readonly DependencyProperty SearchBoxVisibilityProperty

Field Value

DependencyProperty

SearchPatternProperty

public static readonly DependencyProperty SearchPatternProperty

Field Value

DependencyProperty

Properties

AllSearchPattern

搜索通配符

public string AllSearchPattern { get; set; }

Property Value

string

CurrentPath

public string CurrentPath { get; set; }

Property Value

string

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

HeaderVisibility

public Visibility HeaderVisibility { get; set; }

Property Value

Visibility

History

public ObservableCollection<DirectoryModel> History { get; set; }

Property Value

ObservableCollection<DirectoryModel>

HistorySelectedItem

public DirectoryModel HistorySelectedItem { get; set; }

Property Value

DirectoryModel

NavigationBarEnbled

public bool NavigationBarEnbled { get; set; }

Property Value

bool

SearchBoxVisibility

public Visibility SearchBoxVisibility { get; set; }

Property Value

Visibility

SearchPattern

文件通配符

public string SearchPattern { get; set; }

Property Value

string

SingleKey

public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey

Methods

OnMouseDoubleClick(MouseButtonEventArgs)

Raises the MouseDoubleClick routed event.

protected override void OnMouseDoubleClick(MouseButtonEventArgs e)

Parameters

e MouseButtonEventArgs

The event data.