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.1.0.24.0419.1
C#
protected virtual Task AddPropertyXMLAsync(
	RGFormViewModel model,
	XmlElement rootElement
)

Parameters

model  RGFormViewModel
The model.
rootElement  XmlElement
The root element.

Return Value

Task

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.AddPropertyXMLAsync(Recrovit.RecroGridFramework.RGFormViewModel,System.Xml.XmlElement)"]

See Also