DisplaySource Enum
In This Article
Contains values that specify which property (NavBarGroup.Items or NavBarGroup.Content) defines the group's content.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Items | Specifies that group content is represented by the Nav |
Content | Specifies that group content is represented by the Nav |
#Passed To
You can pass DisplaySource values to the NavBarGroup.DisplaySource property.
#Remarks
The values listed by this enumeration are used to set the NavBarGroup.DisplaySource property's value.
See Also