Back to Devexpress

ViewFocusEventArgs.View Property

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

latest1.2 KB
Original Source

ViewFocusEventArgs.View Property

Gets a value representing the currently focused View.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
BaseView

A BaseView descendant representing the currently focused View.

|

See Also

ViewFocusEventArgs Class

ViewFocusEventArgs Members

DevExpress.XtraGrid Namespace