RecroGridRGClientColumn Class

Helper class for customizing the field to be sent to the client.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public class RGClientColumn
Inheritance
Object    RecroGridRGClientColumn

Constructors

RecroGridRGClientColumn Initializes a new instance of the RecroGridRGClientColumn class.

Properties

ClientName The column/field name used on the client side.
DbValue The original typed value obtained from the database.
Permission The permission associated with the field.
Property The definition of a field.
Value A value to be sent to the client. Except for unformatted numeric values, it is always a string.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also