RecroGridDynTEntityOnGetDynamicPropertyValue Method
            Defining data during runtime when creating XML.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.9.0.24.1113.1
protected virtual bool OnGetDynamicPropertyValue(
	RecroGridRGProperty rgProperty,
	TEntity dataRec,
	out Object value
)
- rgProperty  RecroGridRGProperty
- The rg property.
- dataRec  TEntity
- The data record.
- value  Object
- The value.
Booleantrue if the value parameter has been filled, otherwise 
false.
 Runs on every field.