Back to Devexpress

ExplorerBarView Class

wpf-devexpress-dot-xpf-dot-navbar-fd9289b3.md

latest2.5 KB
Original Source

ExplorerBarView Class

Represents a view that allows multiple groups to be expanded at the same time.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public class ExplorerBarView :
    NavBarViewBase,
    IScrollMode
vb
Public Class ExplorerBarView
    Inherits NavBarViewBase
    Implements IScrollMode

Remarks

The view implemented by the ExplorerBarView class emulates the explorer bars found in Microsoft Explorer. When the ExplorerBarView is used, end-users can expand/collapse each group individually.

In addition to common members inherited from the base class, the ExplorerBarView class implements the ExplorerBarView.GroupExpandedChanging and ExplorerBarView.GroupExpandedChanged events, allowing you to respond to group expanded state changes.

Once you have created a new instance of the ExplorerBarView class, it should be assigned to the NavBarControl’s NavBarControl.View property, to apply this view to the control.

To learn more, see the Views topic.

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control NavBarViewBase ExplorerBarView

See Also

ExplorerBarView Members

DevExpress.Xpf.NavBar Namespace