Skip to main content
A newer version of this page is available. .

LayoutView.RowCount Property

Gets the number of visible cards within the View.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

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