TileView.ViewRect Property
Gets the bounds of the current view.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
public override Rectangle ViewRect { get; }
Public Overrides ReadOnly Property ViewRect As Rectangle
Property Value
Type | Description |
---|---|
Rectangle | A Rectangle structure that is the bounds of the current view. |
See Also
Feedback