Skip to main content

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.v23.2.dll

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

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