Back to Devexpress

ViewFocusEventArgs.PreviousView Property

windowsforms-devexpress-dot-xtragrid-dot-viewfocuseventargs.md

latest1.2 KB
Original Source

ViewFocusEventArgs.PreviousView Property

Gets a value representing the previously focused View.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public BaseView PreviousView { get; }
vb
Public ReadOnly Property PreviousView As BaseView

Property Value

TypeDescription
BaseView

A BaseView descendant representing the previously focused View.

|

See Also

ViewFocusEventArgs Class

ViewFocusEventArgs Members

DevExpress.XtraGrid Namespace