Click or drag to resize

RGFormViewModel Class

Model Class for the Partial View to create RecroGrid Form View.
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFrameworkRGFormViewModel

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public class RGFormViewModel

The RGFormViewModel type exposes the following members.

Constructors
  NameDescription
Public methodRGFormViewModel
Initializes a new instance of the RGFormViewModel class.
Top
Properties
  NameDescription
Public propertyRecroGrid
Gets the RecroGrid.
Public propertyRGDataRec
Gets the data record.
Public propertyRGEntity
Entity of DataRec's type.
Public propertyRGProperty
The RGProoperty to be created in Partial View.
Public propertyTemplateParams
Gets the initializing parameters.
Top
See Also