Click or drag to resize

RecroGridRGEntitySaveRGOptions Method

Saves the options to database.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
protected void SaveRGOptions(
	IRGDataContext context,
	RecroGridRGProperty rgProperty
)

Parameters

context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
rgProperty
Type: Recrovit.RecroGridFrameworkRecroGridRGProperty
The property.
See Also