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

DisplaySource Enum

Contains values that specify which property (NavBarGroup.Items or NavBarGroup.Content) defines the group’s content.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public enum DisplaySource

Members

Name Description
Items

Specifies that group content is represented by the NavBarGroup.Items property.

Content

Specifies that group content is represented by the NavBarGroup.Content property.

Related API Members

The following properties accept/return DisplaySource values:

Remarks

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

See Also