RecroGrid.RGServiceParams.CustomParams Property

Custom parameters received from the client.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.15.0.25.0306.1
C#
public Dictionary<string, Object> CustomParams { get; }

Property Value

Dictionary<String, Object>
The custom parameters.

See Also