Click or drag to resize

RecroGridRGOption Class

RecroGrid option setting class.
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFrameworkRecroGridRGOption

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public class RGOption : ICloneable

The RecroGridRGOption type exposes the following members.

Constructors
  NameDescription
Public methodRecroGridRGOption
Initializes a new instance of the RecroGridRGOption class.
Top
Properties
  NameDescription
Public propertyEntityId
Entity identification.
Public propertyIsClientParam
If true, option will be sent to client.
Public propertyOptionKey
Name of option.
Public propertyOptionValue
Value of option.
Public propertyPropertyId
Property identification.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Top
See Also