AbstractBasicFormSetDataValue Method |
Sets value of the given column in the data.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax protected void SetDataValue(
string columnName,
Object value
)
Parameters
- columnName
- Type: SystemString
Column name - value
- Type: SystemObject
Column value
See Also