Represents an explorer bar control.
- Inheritance:
-
object
Visual
UIElement
Framework
Element Control ItemsControl Selector ExpanderBar object
Remarks
For detailed documentation on this control's features and how to use them, please see the ExplorerBar-related series of documentation topics.
Constructors
ExplorerBar()
Initializes an instance of the class.
Properties
ExpanderAlternateStyleKey
Gets the ResourceExpander
and AnimatedExpander
elements.
Property Value
- Resource
Key : A resource key.
ExpanderHeaderAlternateStyleKey
Gets the ResourceToggleButton
elements.
Property Value
- Resource
Key : A resource key.
ExpanderHeaderStyleKey
Gets the ResourceToggleButton
elements.
Property Value
- Resource
Key : A resource key.
ExpanderStyleKey
Gets the ResourceExpander
and AnimatedExpander
elements.
Property Value
- Resource
Key : A resource key.
Methods
GetContainerForItemOverride()
Creates or identifies the element used to display a specified item.
Returns
- DependencyObject:
A Expander.
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own item container.
Parameter | Type | Description |
---|---|---|
item | object | Specified item. |
Returns
- bool:
true
if the item is its own item container; otherwise,false
.