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

TileItemElement.ColumnIndex Property

Gets or sets the index of a data source column that should be associated with this TileItemElement.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 0

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

See Also