JournalEntry.Source Property
In This Article
Gets an object that points to the JournalEntry‘s View.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Object | An Object that points to the Journal |
#Remarks
The Source property stores a reference to the application screen (View) assigned to the current JournalEntry‘s JournalEntry.Content property.
See Also