Method | Description | |
---|---|---|
GetColumn ( GridColumn column ) : |
Returns the column model for the specified column.
|
|
Reset ( ) : void |
Resets all the columns specified by this row.
|
|
ToString ( ) : string | ||
Update ( GridColumn column, GridColumnColour colour ) : void |
Updates the colour of the specified column.
|
|
Update ( GridColumn column, GridColumnColour colour, string text ) : void |
Updates the text and colour of the specified column.
|
Method | Description | |
---|---|---|
GridRowModelBase ( int id ) : System |
Initialises a new instance of the GridRowModelBase.
|
public GetColumn ( GridColumn column ) : |
||
column | GridColumn | The column. |
return |
protected GridRowModelBase ( int id ) : System | ||
id | int | The row Id. |
return | System |
public Update ( GridColumn column, GridColumnColour colour ) : void | ||
column | GridColumn | The coloumn to update. |
colour | GridColumnColour | The new column colour. |
return | void |
public Update ( GridColumn column, GridColumnColour colour, string text ) : void | ||
column | GridColumn | The coloumn to update. |
colour | GridColumnColour | The new column colour. |
text | string | The new column text. |
return | void |