Skip to main content

JournalEntry.Name Property

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

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

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