Click or drag to resize

RecroGridRGFilterDeserialize Method

Deserializes the specified XML.

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

Parameters

rgProperties
Type: System.Collections.GenericListRecroGridRGProperty
The RGProperties.
xml
Type: SystemString
The XML.

Return Value

Type: RecroGridRGFilter
The Filter.
See Also