Version

CellKey Class Members

The following tables list the members exposed by CellKey.

Public Constructors
 NameDescription
Public ConstructorCellKey ConstructorInitializes a new CellKey.  
Public Properties
 NameDescription
Public PropertyColumnUniqueKeyGets or sets the column name associated with the cell. All columns in the grid must have a unique name. That unique name is what is used for this property.  
Public PropertyPrimaryKeyGets or sets the primary key of the row associated with the cell.  
Public PropertyResolvedColumnGets or sets the resolved column object associated with this cell.  
Public PropertyRowItemGets or sets the row data object associated with the cell.  
See Also