InterfaceIExplorerControl
Represents the ExplorerControl control wrapper for Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf.FileDialogs
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public interface IExplorerControl : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
ConfigurationPane
Get the ConfigurationPane.
GridViewDetails
Get the FileBrowserGridView for Details layout mode.
Declaration
FileBrowserGridView GridViewDetails { get; }
Property Value
HistoryNavigationBackButton
Get the HistoryNavigationBackButton.
Declaration
RadPathButton HistoryNavigationBackButton { get; }
Property Value
HistoryNavigationDropDownButton
Get the HistoryNavigationDropDownButton.
Declaration
RadDropDownButton HistoryNavigationDropDownButton { get; }
Property Value
HistoryNavigationForwardButton
Get the HistoryNavigationForwardButton.
Declaration
RadPathButton HistoryNavigationForwardButton { get; }
Property Value
HistoryNavigationPaneControl
Get the HistoryNavigationPaneControl.
Declaration
FrameworkElement HistoryNavigationPaneControl { get; }
Property Value
HistoryNavigationUpButton
Get the HistoryNavigationUpButton.
Declaration
RadPathButton HistoryNavigationUpButton { get; }
Property Value
HistorySplitButton
Get the history split button.
Declaration
RadSplitButton HistorySplitButton { get; }
Property Value
LayoutConfigurator
Get the LayoutConfigurator used for chaning layout of the main pane.
ListBoxSmall
Get the FileBrowserListBox for Small icons layout mode.
Declaration
FileBrowserListBox ListBoxSmall { get; }
Property Value
ListboxExtraLarge
Get the FileBrowserListBox for Extra large iconss layout mode.
Declaration
FileBrowserListBox ListboxExtraLarge { get; }
Property Value
ListboxLarge
Get the FileBrowserListBox for Large icons layout mode.
Declaration
FileBrowserListBox ListboxLarge { get; }
Property Value
ListboxList
Get the FileBrowserListBox for List layout mode.
Declaration
FileBrowserListBox ListboxList { get; }
Property Value
ListboxMedium
Get the FileBrowserListBox for Medium icons layout mode.
Declaration
FileBrowserListBox ListboxMedium { get; }
Property Value
ListboxTiles
Get the FileBrowserListBox for Tiles layout mode.
Declaration
FileBrowserListBox ListboxTiles { get; }
Property Value
MainNavigationPane
Get the TreeNavigationPane.
Declaration
FileBrowserTreeView MainNavigationPane { get; }
Property Value
MainPane
Get the MainPane.
Declaration
FileBrowserTabControl MainPane { get; }
Property Value
NewFolderButton
Get the button used for creating a new folder.
PathNavigationPane
Get the FileDialogsBreadcrumb for path navigation.
Declaration
FileDialogsBreadcrumb PathNavigationPane { get; }
Property Value
PathTextBox
Get the textbox for path.
SearchBox
Get the PART_FileDialogSearchBox used for filtering the main pane.
Declaration
RadWatermarkTextBox SearchBox { get; }
Property Value
SearchPane
Get the FileDialogSearchPane.
TreeNavigationPane
Get the TreeNavigationPane.