Skip to main content

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

#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.

#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