Back to Devexpress

WinExplorerView.ViewRect Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-b426759b.md

latest1.5 KB
Original Source

WinExplorerView.ViewRect Property

Gets the region which this WinExplorerView currently occupies.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override Rectangle ViewRect { get; }
vb
Public Overrides ReadOnly Property ViewRect As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle structure that is the region which this WinExplorerView currently occupies.

|

See Also

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace