Back to Devexpress

CardView.ViewRect Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardview-6d39119d.md

latest1.5 KB
Original Source

CardView.ViewRect Property

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

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public override Rectangle ViewRect { get; }
vb
<Browsable(False)>
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

CardView Class

CardView Members

DevExpress.XtraGrid.Views.Card Namespace