Skip to main content

NavigationEventArgs.TargetContextualZoomLevel Property

Gets the current zoom level of a target Content Container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.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