Back to Devexpress

DisplaySource Enum

wpf-devexpress-dot-xpf-dot-navbar-7ab225b2.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public enum DisplaySource
vb
Public Enum DisplaySource

Members

NameDescription
Items

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

| | Content |

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

|

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

DevExpress.Xpf.NavBar Namespace