RecroGridColumnDefs Class

Column definition to be sent to the client side.

Definition

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

Properties

Alias Gets the column Alias.
ClientName The column/field name used on the client side.
ColPos Gets the col position.
ColTitle Gets the column title.
ColWidth Gets the width of the column.
Editable Gets a value indicating whether this column is editable.
FormGroup 
FormPos 
FormTab 
FormType Gets the FormType of the Item.
Id Gets the identifier.
IsKey Gets a value indicating whether this column is key.
ListType Gets the ListType of the Item.
Options Gets the options.
Readable Gets a value indicating whether this column is readable.
Sort Gets the sort.

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