Back to Devexpress

NavigationBaseEventArgs.Source Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-navigationbaseeventargs-d9d142dc.md

latest1.3 KB
Original Source

NavigationBaseEventArgs.Source Property

Gets the navigation destination for the related navigation event.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public object Source { get; }
vb
Public ReadOnly Property Source As Object

Property Value

TypeDescription
Object

An Object that points to the navigation target for the related navigation event.

|

See Also

Navigation

NavigationBaseEventArgs Class

NavigationBaseEventArgs Members

DevExpress.Xpf.WindowsUI.Navigation Namespace