NavigationPaneView.Content Property
Gets or sets the view’s content. This is a dependency property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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