MobileForms Toolkit Documentation

CellSource.ColumnName Property

Gets or sets column name for cell source.

public string ColumnName {get; set;}

Remarks

Setting this property will change the SourceType to ColumnName.

When source type is ColumnName, the Cell displays the content of the field with name from the ColumnName property.

See Also

CellSource Class | Resco.Controls.AdvancedComboBox Namespace