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

SideBarView Class

Represents a view similar to the side bars found in Microsoft Outlook, prior to version 2003.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public class SideBarView :
    NavBarViewBase

Remarks

The view implemented by the SideBarView class is similar to the side bars found in Microsoft Outlook, prior to version 2003. Only one group’s content can be visible at one time. End-users can click the desired group’s header to make that group’s content visible. Clicking a collapsed group’s header expands the corresponding group, and collapses the previously expanded group.

Views-SideBarView.png

In addition to common members inherited from the base class, the SideBarView class implements the SideBarView.ActiveGroupMinHeight property, allowing you to define the minimum height of the active group.

Once you have created a new instance of the SideBarView 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 snippets (auto-collected from DevExpress Examples) contain references to the SideBarView 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