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: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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