Back to Devexpress

TileView.TileRows Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-c31ba7c0.md

latest1.6 KB
Original Source

TileView.TileRows Property

Provides access to the collection of rows into which tile elements are arranged.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DXCategory("Properties")]
public TableRowDefinitionCollection TileRows { get; }
vb
<Browsable(False)>
<DXCategory("Properties")>
Public ReadOnly Property TileRows As TableRowDefinitionCollection

Property Value

TypeDescription
DevExpress.XtraEditors.TableLayout.TableRowDefinitionCollection

A DevExpress.XtraEditors.TableLayout.TableRowDefinitionCollection object that specifies the collection of rows into which tile elements are arranged.

|

Remarks

See the Tile View article to learn more about the table layout of tile elements.

See Also

Tile View

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace