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

NavigationBaseEventArgs.Source Property

Gets the navigation destination for the related navigation event.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public object Source { get; }

Property Value

Type Description
Object

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

See Also