Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavigationEventArgs.Document Property

Gets a Document involved in the current navigation event.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public Document Document { get; }

#Property Value

Type Description
Document

A Document involved in the current navigation event.

#Remarks

When the WindowsUIView.NavigatedFrom or WindowsUIView.NavigatedTo event occurs, the Document property points to a Document from/to which an end-user navigates. See the Application Hierarchy and Module Navigation topic for the details.

For SlideGroups and SplitGroups, these events occur multiple times in a row, based on the number of contained Documents.

See Also