Back to API Home
The ExplorerBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExplorerBase |
Initializes a new instance of the ExplorerBase class.
|
Methods
Name | Description | |
---|---|---|
![]() | OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate()()()(). In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks. (Overrides FrameworkElement..::..OnApplyTemplate()()()().) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | CommandSourceProperty |
Dependency property for the command source.
|
![]() ![]() | HeaderElementTemplateProperty |
Dependency property for the element that hosts the header.
|
![]() ![]() | HeaderTemplateProperty |
Specifies the template for the tree node header.
|
![]() ![]() | RootNodeProperty |
Property for the explorer's root node.
|
![]() ![]() | ScrollIntoViewOnSelectionChangedProperty |
The ScrollIntoViewOnSelectionChanged dependency property.
|
![]() ![]() | ScrollViewerStyleProperty |
Dependency property for the ScrollViewer style.
|
![]() ![]() | ShowCheckBoxesProperty |
Dependency property for the ShowCheckboxes.
|
![]() ![]() | ShowRootNodeProperty |
Dependency property for the ShowRoot.
|
![]() ![]() | ToolTipElementStyleProperty |
Dependency property for the ToolTipElementStyle.
|
![]() ![]() | TreeViewStyleProperty |
Dependency property for the TreeView style.
|
Properties
Name | Description | |
---|---|---|
![]() | CommandSource |
Gets or sets the source of the explorer's commands.
|
![]() | DragDropManager |
Gets or sets the drag drop manager.
|
![]() | HeaderElementTemplate |
Gets or sets the template for the element that contains the header.
|
![]() | HeaderTemplate |
Gets or sets the template for the tree node header.
|
![]() | RootNode |
Gets or sets the root node of the control.
|
![]() | ScrollIntoViewOnSelectionChanged |
Gets or sets the ScrollIntoViewOnSelectionChanged.
|
![]() | ScrollViewerStyle |
Gets or sets the scroll viewer style.
|
![]() | SelectedItem |
Gets or sets the selected item.
|
![]() | ShowCheckBoxes |
Gets or sets a value indicating whether to show checkboxes beside each node.
|
![]() | ShowRootNode |
Gets or sets a value indicating whether to show the root node.
|
![]() | ShowUncheckableCheckBoxes |
Gets or sets a value indicating whether the checkboxes of nodes that are not checkable will be shown.
|
![]() | TooltipElementStyle |
Gets or sets the tool tip element style. This is a dependency property.
|
![]() | TreeViewStyle |
Gets or sets the tree view style. This is a dependency property.
|
Events
Name | Description | |
---|---|---|
![]() | SelectedItemChanged |
Occurs when the value of the SelectedItem property changes.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IServiceProvider..::..GetService | Gets the service object of the specified type. |