Link Search Menu Expand Document

FlexData.Value Property

Specify the initial value of the cell. Holds the value of the data type specified in ValueType.

The value of the Value property is used as the initial value for the cells in each row generated by the FlexView.InsertRow method. Note that the Value property itself is not displayed in the cell, but the copied value as the initial value of the cell.

By updating the Value property, you can update the values of cells in all existing rows at once.

To update the value of a particular cell, get the FlexRowFlexRow object in the row you want to change and set the Value property of the FlexCell object that will be placed as a child object of FlexRow with the same name as the FlexItem object in the column you want to change.