ClassExplorerControl
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf.FileDialogs
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class ExplorerControl : Control, IAutomationPeer, IPeerConverter, IExplorerControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlExplorerControl
Implements:
Inherited Members
Constructors
ExplorerControl()
Initializes a new instance of the ExplorerControl class.
Declaration
public ExplorerControl()
Properties
ClearSearchButton
Gets the button used for clearing searching criteria.
ConfigurationPane
Gets the ConfigurationPane.
ContentPresenter
Gets ContentPresenter inside MainPane.
Declaration
public ContentPresenter ContentPresenter { get; }
Property Value
GridViewDetails
Gets the gridview used for Details layout mode.
Declaration
public FileBrowserGridView GridViewDetails { get; }
Property Value
Implements
HistoryNavigationBackButton
Gets the button used for back navigation.
Declaration
public RadPathButton HistoryNavigationBackButton { get; }
Property Value
Implements
HistoryNavigationDropDownButton
Gets the dropdown button used for displaying history.
Declaration
public RadDropDownButton HistoryNavigationDropDownButton { get; }
Property Value
Implements
HistoryNavigationForwardButton
Gets the button used for forward navigation.
Declaration
public RadPathButton HistoryNavigationForwardButton { get; }
Property Value
Implements
HistoryNavigationPaneControl
Gets the HistoryNavigationPane.
Declaration
public FrameworkElement HistoryNavigationPaneControl { get; }
Property Value
Implements
HistoryNavigationUpButton
Gets the button used for Up navigation.
Declaration
public RadPathButton HistoryNavigationUpButton { get; }
Property Value
Implements
HistorySplitButton
Gets the HistoryPathButton.
Declaration
public RadSplitButton HistorySplitButton { get; }
Property Value
Implements
LayoutConfigurator
Gets the combobox used for changing between different layouts in main pane.
Declaration
public RadComboBox LayoutConfigurator { get; }
Property Value
Implements
ListBoxSmall
Gets the list box used for Small icons layout mode.
Declaration
public FileBrowserListBox ListBoxSmall { get; }
Property Value
Implements
ListboxExtraLarge
Gets the list box used for Extra large icons layout mode.
Declaration
public FileBrowserListBox ListboxExtraLarge { get; }
Property Value
Implements
ListboxLarge
Gets the list box used for Large icons layout mode.
Declaration
public FileBrowserListBox ListboxLarge { get; }
Property Value
Implements
ListboxList
Gets the list box used for List layout mode.
Declaration
public FileBrowserListBox ListboxList { get; }
Property Value
Implements
ListboxMedium
Gets the list box used for MEdium icons layout mode.
Declaration
public FileBrowserListBox ListboxMedium { get; }
Property Value
Implements
ListboxTiles
Gets the list box used for Tiles layout mode.
Declaration
public FileBrowserListBox ListboxTiles { get; }
Property Value
Implements
MainNavigationPane
Gets the treeview used for displaying folder structure and navigation.
Declaration
public FileBrowserTreeView MainNavigationPane { get; }
Property Value
Implements
MainPane
Gets the MainPane.
Declaration
public FileBrowserTabControl MainPane { get; }
Property Value
Implements
NewFolderButton
Gets the button that is used to create a new folder in the main pane.
Declaration
public RadButton NewFolderButton { get; }
Property Value
Implements
PathNavigationPane
Gets the PathNavigationPane.
Declaration
public FileDialogsBreadcrumb PathNavigationPane { get; }
Property Value
Implements
PathTextBox
Gets the PathTextBox.
SearchBox
Gets the watermarktextbox used for typing searching criteria in the filter.
Declaration
public RadWatermarkTextBox SearchBox { get; }
Property Value
Implements
SearchPane
Gets the SearchPane.
Declaration
public FrameworkElement SearchPane { get; }
Property Value
Implements
TreeNavigationPane
Gets the TreeNavigationPane.
Declaration
public Grid TreeNavigationPane { get; }
Property Value
Implements