Interface
IExplorerControl

Represents the ExplorerControl control wrapper for Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf.FileDialogs

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

cs-api-definition
public interface IExplorerControl : IControl, IFrameworkElement, ITargetElement

Derived Classes: ExplorerControl

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

ConfigurationPane

Get the ConfigurationPane.

Declaration

cs-api-definition
Grid ConfigurationPane { get; }

Property Value

Grid

GridViewDetails

Get the FileBrowserGridView for Details layout mode.

Declaration

cs-api-definition
FileBrowserGridView GridViewDetails { get; }

Property Value

FileBrowserGridView

HistoryNavigationBackButton

Get the HistoryNavigationBackButton.

Declaration

cs-api-definition
RadPathButton HistoryNavigationBackButton { get; }

Property Value

RadPathButton

HistoryNavigationDropDownButton

Get the HistoryNavigationDropDownButton.

Declaration

cs-api-definition
RadDropDownButton HistoryNavigationDropDownButton { get; }

Property Value

RadDropDownButton

HistoryNavigationForwardButton

Get the HistoryNavigationForwardButton.

Declaration

cs-api-definition
RadPathButton HistoryNavigationForwardButton { get; }

Property Value

RadPathButton

HistoryNavigationPaneControl

Get the HistoryNavigationPaneControl.

Declaration

cs-api-definition
FrameworkElement HistoryNavigationPaneControl { get; }

Property Value

FrameworkElement

HistoryNavigationUpButton

Get the HistoryNavigationUpButton.

Declaration

cs-api-definition
RadPathButton HistoryNavigationUpButton { get; }

Property Value

RadPathButton

HistorySplitButton

Get the history split button.

Declaration

cs-api-definition
RadSplitButton HistorySplitButton { get; }

Property Value

RadSplitButton

LayoutConfigurator

Get the LayoutConfigurator used for chaning layout of the main pane.

Declaration

cs-api-definition
RadComboBox LayoutConfigurator { get; }

Property Value

RadComboBox

ListBoxSmall

Get the FileBrowserListBox for Small icons layout mode.

Declaration

cs-api-definition
FileBrowserListBox ListBoxSmall { get; }

Property Value

FileBrowserListBox

ListboxExtraLarge

Get the FileBrowserListBox for Extra large iconss layout mode.

Declaration

cs-api-definition
FileBrowserListBox ListboxExtraLarge { get; }

Property Value

FileBrowserListBox

ListboxLarge

Get the FileBrowserListBox for Large icons layout mode.

Declaration

cs-api-definition
FileBrowserListBox ListboxLarge { get; }

Property Value

FileBrowserListBox

ListboxList

Get the FileBrowserListBox for List layout mode.

Declaration

cs-api-definition
FileBrowserListBox ListboxList { get; }

Property Value

FileBrowserListBox

ListboxMedium

Get the FileBrowserListBox for Medium icons layout mode.

Declaration

cs-api-definition
FileBrowserListBox ListboxMedium { get; }

Property Value

FileBrowserListBox

ListboxTiles

Get the FileBrowserListBox for Tiles layout mode.

Declaration

cs-api-definition
FileBrowserListBox ListboxTiles { get; }

Property Value

FileBrowserListBox

MainNavigationPane

Get the TreeNavigationPane.

Declaration

cs-api-definition
FileBrowserTreeView MainNavigationPane { get; }

Property Value

FileBrowserTreeView

MainPane

Get the MainPane.

Declaration

cs-api-definition
FileBrowserTabControl MainPane { get; }

Property Value

FileBrowserTabControl

NewFolderButton

Get the button used for creating a new folder.

Declaration

cs-api-definition
RadButton NewFolderButton { get; }

Property Value

RadButton

PathNavigationPane

Get the FileDialogsBreadcrumb for path navigation.

Declaration

cs-api-definition
FileDialogsBreadcrumb PathNavigationPane { get; }

Property Value

FileDialogsBreadcrumb

PathTextBox

Get the textbox for path.

Declaration

cs-api-definition
TextBox PathTextBox { get; }

Property Value

TextBox

Get the PART_FileDialogSearchBox used for filtering the main pane.

Declaration

cs-api-definition
RadWatermarkTextBox SearchBox { get; }

Property Value

RadWatermarkTextBox

SearchPane

Get the FileDialogSearchPane.

Declaration

cs-api-definition
FrameworkElement SearchPane { get; }

Property Value

FrameworkElement

TreeNavigationPane

Get the TreeNavigationPane.

Declaration

cs-api-definition
Grid TreeNavigationPane { get; }

Property Value

Grid