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

JournalEntry.Source Property

Gets an object that points to the JournalEntry‘s View.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public object Source { get; }

Property Value

Type Description
Object

An Object that points to the JournalEntry‘s View.

Remarks

The Source property stores a reference to the application screen (View) assigned to the current JournalEntry‘s JournalEntry.Content property.

See Also