Back to Devexpress

Element Enum

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

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public enum Element
vb
Public Enum Element

Members

NameDescription
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

DevExpress.Xpf.NavBar Namespace