RecroGridDynTEntityOnGetDynamicPropertyValue Method
Defining data during runtime when creating XML.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.0.0.24.0403.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.