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.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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