JournalEntry.Name Property
In This Article
Gets the name of a View, stored within this JournalEntry.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that is the name of a View, stored within this Journal |
#Remarks
The Name property returns the name of a View assigned to this JournalEntry‘s JournalEntry.Content property.
See Also