MobileForms Toolkit Documentation

CellSource.ConstantData Property

Gets or sets constant data cell source.

public string ConstantData {get; set;}

Remarks

Setting this property will change the SourceType to Constant.

When source type is Constant, the Cell displays the content of ConstantData property instead of data from item. ImageCell uses this property as a constant ImageIndex.

See Also

CellSource Class | Resco.Controls.AdvancedComboBox Namespace