Element Enum
In This Article
Contains values that identify a visual element corresponding to an object to which this property applies.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Active |
Identifies the active group in the expanded Navigation Pane. |
Group |
Identifies the group button panel. |
Overflow |
Identifies the overflow panel. |
Collapsed |
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