smartDBforms.NET API Reference

DataBindItem.Value Property

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") %>'.

[Visual Basic]
Public ReadOnly Property Value As Object
[C#]
public Object Value {get;}

See Also

DataBindItem Class | Adillis.SmartDBForms Namespace