ExplorerBar Class
Represents an explorer bar control.
public class ExplorerBar : ExpanderBar
- Inheritance:
- object Visual UIElement FrameworkElement Control ItemsControl Selector ExpanderBar object
Constructors
ExplorerBar()
Initializes an instance of the class.
public ExplorerBar()
Properties
ExpanderAlternateStyleKey
The ResourceKey for a Style that can be applied to Expander and AnimatedExpander elements.
ExpanderHeaderAlternateStyleKey
The ResourceKey for a Style that can be applied to ToggleButton elements.
ExpanderHeaderStyleKey
The ResourceKey for a Style that can be applied to ToggleButton elements.
ExpanderStyleKey
The ResourceKey for a Style that can be applied to Expander and AnimatedExpander elements.
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
Returns
- DependencyObject:
The element that is used to display the given item.
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own container.
protected override bool IsItemItsOwnContainerOverride(object item)
| Parameter | Type | Description |
|---|---|---|
| item | object | The item to check. |
Returns
- bool:
trueif the item is (or is eligible to be) its own container; otherwise,false.
Inherited Members
- ExpanderBar.CanExpandMultipleProperty
- ExpanderBar.InitializeSelection()
- ExpanderBar.OnApplyTemplate()
- ExpanderBar.OnCreateAutomationPeer()
- ExpanderBar.OnSelectionChanged(SelectionChangedEventArgs)
- ExpanderBar.CanExpandMultiple