RecroGridAddPropertyXMLAsync Method

Generating a view template for Form and an XML record element.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
protected virtual Task AddPropertyXMLAsync(
	RGFormViewModel model,
	XmlElement rootElement
)

Parameters

model  RGFormViewModel
The model.
rootElement  XmlElement
The root element.

Return Value

Task

See Also