Back to Devexpress

TileView.ViewRect Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-a15b3b93.md

latest1.2 KB
Original Source

TileView.ViewRect Property

Gets the bounds of the current view.

Namespace : DevExpress.XtraGrid.Views.Tile

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

|

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace