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

Element Enum

Contains values that identify a visual element corresponding to an object to which this property applies.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public enum Element

Members

Name Description
ActiveGroup

Identifies the active group in the expanded Navigation Pane.

GroupButtonPanel

Identifies the group button panel.

OverflowPanel

Identifies the overflow panel.

CollapsedActiveGroup

Identifies the active group in the collapsed Navigation Pane.

Remarks

The values listed by this enumeration are used to set the NavigationPaneView.Element property’s value.

See Also