MobileForms Toolkit Documentation

ItemCheckBox.FormatValue Method 

Converts the new proposed value to the text.

protected override string FormatValue(
object value
);

Parameters

value
Object to be converted to string.

Return Value

value converted to string.

Remarks

Always returns the Text property.

See Also

ItemCheckBox Class | Resco.Controls.DetailView Namespace