Skip to main content

TileView.ViewRect Property

Gets the bounds of the current view.

Namespace: DevExpress.XtraGrid.Views.Tile

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 bounds of the current view.

See Also