This function is used to get the control details from a grid row.
Syntax :
GridRowDetailsGetValues(GridControName,RowIndex,ControlNameWithProperty)
GridControlName is the name of the grid. The user will have to specify the row index and ControlNameWithProperty . The controlNameWithProperty should be the control name with the property.
Example:
GridRowDetailsGetValues(dynamicgrid1,1,TextBox1.Style)
The function will return the property of the control.