TileItemElement.ColumnIndex Property
Gets or sets the index of the column in the layout table where the current tile element should be placed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The zero-based index of the table column 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