Back to Devexpress

JournalEntry Members

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-journalentry-dot-underscore-members.md

latest4.9 KB
Original Source

JournalEntry Members

An entry within a Journal that refers to a previously visited View.

Constructors

NameDescription
JournalEntry()Initializes a new instance of the JournalEntry class with the default settings.
JournalEntry(Object, Object)Initializes a new instance of the JournalEntry class with the specified settings.
JournalEntry(Object, String, Object)Initializes a new instance of the JournalEntry class with the specified settings.

Properties

NameDescription
ContentGets the application screen (View) stored within the current JournalEntry.
KeepAliveGets or sets whether the current entry’s content should be cached.
NameGets the name of a View, stored within this JournalEntry.
NavigationParameterGets the parameter assigned to a View stored within this JournalEntry.
ParameterReturns the parameter that this JournalEntry will pass to its related NavigationFrame page upon activation.
SaveToHistoryGets or sets whether this entry should be visible to its parent journal.
SourceGets an object that points to the JournalEntry‘s View.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ContentChangedFires when the JournalEntry.Content property value is changed.

See Also

JournalEntry Class

DevExpress.Xpf.WindowsUI.Navigation Namespace