Skip to main content
A newer version of this page is available. .

BaseNavigationEventArgs.View Property

Gets a WindowsUIView in which the current navigation event occurs.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public WindowsUIView View { get; }

Property Value

Type Description
WindowsUIView

A WindowsUIView in which the current navigation event occurs.

See Also