Skip to main content
A newer version of this page is available. .

TileItemElement.RowIndex Property

Gets or sets the row alignment of the current element.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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.

See Also