In This Article

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.

public static ResourceKey ExpanderAlternateStyleKey { get; }

Property Value

ResourceKey

ExpanderHeaderAlternateStyleKey

The ResourceKey for a Style that can be applied to ToggleButton elements.

public static ResourceKey ExpanderHeaderAlternateStyleKey { get; }

Property Value

ResourceKey

ExpanderHeaderStyleKey

The ResourceKey for a Style that can be applied to ToggleButton elements.

public static ResourceKey ExpanderHeaderStyleKey { get; }

Property Value

ResourceKey

ExpanderStyleKey

The ResourceKey for a Style that can be applied to Expander and AnimatedExpander elements.

public static ResourceKey ExpanderStyleKey { get; }

Property Value

ResourceKey

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:

true if the item is (or is eligible to be) its own container; otherwise, false.

Inherited Members

Extension Methods