RecroGridRGFilterDeserialize Method

Deserializes the specified XML.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
public static RecroGridRGFilter Deserialize(
	List<RecroGridRGProperty> rgProperties,
	string xml
)

Parameters

rgProperties  ListRecroGridRGProperty
The RGProperties.
xml  String
The XML.

Return Value

RecroGridRGFilter
The Filter.

See Also