Skip to main content

JournalEntry.Source Property

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

Namespace: DevExpress.Xpf.WindowsUI.Navigation

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

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