In This Article

ExplorerBar Class

Represents an explorer bar control.

public class ExplorerBar : ExpanderBar
Inheritance:
object Visual UIElement FrameworkElement 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.

public ExplorerBar()

Properties

ExpanderAlternateStyleKey

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

public static ResourceKey ExpanderAlternateStyleKey { get; }

Property Value

ResourceKey:

A resource key.

ExpanderHeaderAlternateStyleKey

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

public static ResourceKey ExpanderHeaderAlternateStyleKey { get; }

Property Value

ResourceKey:

A resource key.

ExpanderHeaderStyleKey

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

public static ResourceKey ExpanderHeaderStyleKey { get; }

Property Value

ResourceKey:

A resource key.

ExpanderStyleKey

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

public static ResourceKey ExpanderStyleKey { get; }

Property Value

ResourceKey:

A resource key.

Methods

GetContainerForItemOverride()

Creates or identifies the element used to display a specified item.

protected override DependencyObject GetContainerForItemOverride()

Returns

DependencyObject:

A Expander.

IsItemItsOwnContainerOverride(object)

Determines if the specified item is (or is eligible to be) its own item container.

protected override bool IsItemItsOwnContainerOverride(object item)
Parameter Type Description
item object

Specified item.

Returns

bool:

true if the item is its own item container; otherwise, false.

Inherited Members