Back to Devexpress

TileItemElement.RowIndex Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-d11ac726.md

latest1.8 KB
Original Source

TileItemElement.RowIndex Property

Gets or sets the index of the row in the layout table where the current tile element should be placed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Table Layout")]
public int RowIndex { get; set; }
vb
<DefaultValue(0)>
<DXCategory("Table Layout")>
Public Property RowIndex As Integer

Property Value

TypeDefaultDescription
Int320

The zero-based index of the table row that the element should appear within.

|

Remarks

The TileItem.OptionsTableLayout property provides access to collections of rows, columns, and spans that specify a layout table where you can arrange tile elements. Use the ColumnIndex and RowIndex properties to specify the cell in the table where the current element should be placed.

See Also

ColumnIndex

OptionsTableLayout

TileItemElement Class

TileItemElement Members

DevExpress.XtraEditors Namespace