Back to Devexpress

BaseNavigationEventArgs.View Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basenavigationeventargs.md

latest1.5 KB
Original Source

BaseNavigationEventArgs.View Property

Gets a WindowsUIView in which the current navigation event occurs.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public WindowsUIView View { get; }
vb
Public ReadOnly Property View As WindowsUIView

Property Value

TypeDescription
WindowsUIView

A WindowsUIView in which the current navigation event occurs.

|

See Also

BaseNavigationEventArgs Class

BaseNavigationEventArgs Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace