Back to Devexpress

LayoutView.RowCount Property

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

latest1.7 KB
Original Source

LayoutView.RowCount Property

Gets the number of visible cards within the View.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public override int RowCount { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property RowCount As Integer

Property Value

TypeDescription
Int32

An integer value representing the number of visible cards within the View.

|

Remarks

See the BaseView.RowCount topic to learn more.

See Also

RowCount

DataRowCount

Rows

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace