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

TileView.RowCount Property

Gets the count of the total number of visible tiles contained within the current View.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public override int RowCount { get; }

Property Value

Type Description
Int32

An integer value providing the count of the total number of visible tiles in the View.

See Also