MobileForms Toolkit Documentation

CellSource.ColumnIndex Property

Gets or sets column index for cell source.

public int ColumnIndex {get; set;}

Remarks

Setting this property will change the SourceType to ColumnIndex.

When source type is ColumnIndex, the Cell displays the content of the ColumnIndex-th field in the data item. If it is -1, then the index of the Cell is used.

See Also

CellSource Class | Resco.Controls.AdvancedComboBox Namespace