Back to Devexpress

NavigationEventArgs.Target Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-navigationeventargs-55bc7804.md

latest2.3 KB
Original Source

NavigationEventArgs.Target Property

Gets the Content Container to which an end-user navigates.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public IContentContainer Target { get; }
vb
Public ReadOnly Property Target As IContentContainer

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer

An IContentContainer object to which an end-user navigates.

|

Remarks

The BaseNavigationEventArgs.Source property allows you to get the container from which an end-user navigates. To get the navigation target, use the Target property. When navigating within the same container (e.g., navigating through Documents within a PageGroup), the Target and Source properties’ values are equal. See the Application Hierarchy and Module Navigation topic to learn more.

See Also

Application Hierarchy and Module Navigation

NavigationEventArgs Class

NavigationEventArgs Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace