RecroGridDynTEntityOnGetDynamicPropertyValue Method

Defining data during runtime when creating XML.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
protected virtual bool OnGetDynamicPropertyValue(
	RecroGridRGProperty rgProperty,
	TEntity dataRec,
	out Object value
)

Parameters

rgProperty  RecroGridRGProperty
The rg property.
dataRec  TEntity
The data record.
value  Object
The value.

Return Value

Boolean
true if the value parameter has been filled, otherwise false.

Remarks

Runs on every field.

See Also