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

JournalEntry.Name Property

Gets the name of a View, stored within this JournalEntry.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value that is the name of a View, stored within this JournalEntry.

Remarks

The Name property returns the name of a View assigned to this JournalEntry‘s JournalEntry.Content property.

See Also