Back to Devexpress

TileView.RowCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-9b69ff52.md

latest1.3 KB
Original Source

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

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

Declaration

csharp
public override int RowCount { get; }
vb
Public Overrides ReadOnly Property RowCount As Integer

Property Value

TypeDescription
Int32

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

|

See Also

RowCount

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace