Skip to main content

LayoutView.RowCount Property

Gets the number of visible cards within the View.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public override int RowCount { get; }

Property Value

Type Description
Int32

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

Remarks

See the BaseView.RowCount topic to learn more.

See Also