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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value providing the count of the total number of visible tiles in the View. |
See Also