Skip to main content

WinExplorerView.ViewRect Property

Gets the region which this WinExplorerView currently occupies.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override Rectangle ViewRect { get; }

Property Value

Type Description
Rectangle

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

See Also