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.TargetContextualZoomLevel Property

Gets the current zoom level of a target Content Container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public ContextualZoomLevel TargetContextualZoomLevel { get; }

#Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.ContextualZoomLevel

A ContextualZoomLevel enumerator value that is the current zoom level of a target container.

#Remarks

The target container is a Content Container to which an end-user navigates. You can obtain a target container via the NavigationEventArgs.Target property when handling the WindowsUIView.NavigatedFrom or WindowsUIView.NavigatedTo event. The TargetContextualZoomLevel property gets a target container’s WindowsUIView.ZoomLevel.

For a container from which an end-user navigates, use the BaseNavigationEventArgs.SourceContextualZoomLevel property instead.

See the Application Hierarchy and Module Navigation topic for more info.

See Also