Skip to main content
A newer version of this page is available. .

TileView.ViewRect Property

Gets the bounds of the current view.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public override Rectangle ViewRect { get; }

Property Value

Type Description
Rectangle

A Rectangle structure that is the bounds of the current view.

See Also