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

NavigationPaneView.Content Property

Gets or sets the view’s content. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public NavigationPaneViewContent Content { get; set; }

Property Value

Type Description
DevExpress.Xpf.NavBar.NavigationPaneViewContent

An object specifying the view’s content.

Remarks

Use the Content property to define the content of the view.

Note

The Content property is, by design, specified as the default property and the content property of the view. This, for example, allows you to declare view contents in XAML directly after a view declaration, without wrapping them into opening and closing NavigationPaneView.Content tags.

See Also