Gets the database field's value. An object with the proper type is returned according to DataType. The value is never null, but if the database value is NULL the returned value will be Value If you do not want Value to be returned, then use ValueNonNull. You can use this property in two-way databinding expression. For example: Text='<%# Bind("Value") %>'.
DataBindItem Class | Adillis.SmartDBForms Namespace