Back to Devexpress

TileItemElement.ColumnIndex Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-968c21d4.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int320

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

RowIndex

OptionsTableLayout

TileItemElement Class

TileItemElement Members

DevExpress.XtraEditors Namespace