Back to Devexpress

LayoutView.ViewRect Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-b2143b12.md

latest1.7 KB
Original Source

LayoutView.ViewRect Property

Gets the bounding rectangle of the View’s visible area.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Rectangle ViewRect { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides ReadOnly Property ViewRect As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle structure representing the View’s bounding rectangle. Coordinates are specified relative to the grid control’s top-left corner.

|

Remarks

For pattern Views, this property returns the Rectangle.Empty value.

See Also

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace