C# Class SourceGrid.Cells.Cell

Represents a Cell in a grid, with Cell.Value support and row/col span. Support also ToolTipText, ContextMenu and Cursor
Inheritance: SourceGrid.Cells.Virtual.CellVirtual, ICell
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BindToGrid ( Grid p_grid, Position p_Position ) : void

Link the cell at the specified grid. For internal use only.

Cell ( ) : System

Constructor

Cell ( object cellValue ) : System

Constructor

Cell ( object cellValue, Editors pEditor ) : System

Constructor

Cell ( object cellValue, Type pType ) : System

Constructor

ToString ( ) : string

ToString method

UnBindToGrid ( ) : void

Remove the link of the cell from the grid. For internal use only.

Méthodes protégées

Méthode Description
GetContext ( ) : CellContext

Method Details

BindToGrid() public méthode

Link the cell at the specified grid. For internal use only.
public BindToGrid ( Grid p_grid, Position p_Position ) : void
p_grid Grid
p_Position Position
Résultat void

Cell() public méthode

Constructor
public Cell ( ) : System
Résultat System

Cell() public méthode

Constructor
public Cell ( object cellValue ) : System
cellValue object
Résultat System

Cell() public méthode

Constructor
public Cell ( object cellValue, Editors pEditor ) : System
cellValue object
pEditor Editors
Résultat System

Cell() public méthode

Constructor
public Cell ( object cellValue, Type pType ) : System
cellValue object
pType System.Type
Résultat System

GetContext() protected méthode

protected GetContext ( ) : CellContext
Résultat CellContext

ToString() public méthode

ToString method
public ToString ( ) : string
Résultat string

UnBindToGrid() public méthode

Remove the link of the cell from the grid. For internal use only.
public UnBindToGrid ( ) : void
Résultat void