SMART datagrid v.1 > Classes > DataColumn
Expression which returns the value used as a default value of column when add the row.
If specify defaultCallback, this value will be ignored. And, if set this property, DataField.defaultValue, defaultValue will be ignored.
Like defaultCallback, it will be used when you need to dynamically specify the default value.
Defaults to null.
// Create a seven-digit random number which starts with 3.
column.setDefaultExpression('10000000 + (rand 1000000)');