Skip to main content

BaseNavigationEventArgs.View Property

Gets a WindowsUIView in which the current navigation event occurs.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public WindowsUIView View { get; }

Property Value

Type Description
WindowsUIView

A WindowsUIView in which the current navigation event occurs.

See Also