Skip to main content
A newer version of this page is available. .

ExplorerBarView Class

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public class ExplorerBarView :
    NavBarViewBase,
    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.

Views-ExplorerBarView.png

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ExplorerBarView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also