Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
[DXCategory("Table Layout")]
public int RowIndex { get; set; }

Property Value

Type Default Description
Int32 0

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