Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExplorerBarView Class

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

#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.

See Also