Maps a multivalued item to a grid. Each grid column can be assigned to an attribute in the item.
|
Constructor. |
|
For internal use only. | |
|
Adds a row to the end of the DBGrid and returns the new row number. | |
|
| |
|
Releases resources associated with the instance. | |
|
Gets the Cell Object indicated by the parameters. | |
|
Gets the Cell Object indicated by the parameters. For internal use only. | |
|
Gets the total number of columns excluding the column heading. | |
|
Gets the cell that has focus. | |
|
| |
|
For internal use only. | |
|
| |
|
Returns the column containing the data used as the key to fill other columns. | |
|
Gets the last key pressed in the grid. | |
|
Gets if events are disabled. For internal use only. | |
|
Gets the row that has focus. | |
|
Gets the number of rows of the grid. | |
|
Gets the control contained in the row of the column heading. | |
|
Gets the row headings. | |
|
Indicates if the grid has focus. For internal use only. | |
|
Inserts a number of rows from the specified row. | |
|
Returns a copy of the current instance. For internal use only. | |
|
For internal use only. | |
|
For internal use only. | |
|
Removes the rows contained between the first row and the last row, both inclusive. | |
|
Sets focus to the specified cell and returns a Cell Object of the focused cell. | |
|
For internal use only. | |
|
For internal use only. | |
|
Sets the number of rows of the grid and resets the grid. |
|
Name |
Type |
Description |
|
System.Drawing.Color |
Cell color of the selected cell. | |
|
System.Drawing.Color |
Dead area color. | |
|
System.Drawing.Color |
Default cell background color. | |
|
System.Drawing.Color |
Default cell foreground color. | |
|
System.Drawing.Font |
Default column font. | |
|
Integer |
Default column size. | |
|
Boolean |
Indicates if the Delete key deletes the current row. | |
|
String |
Title of the column heading. | |
|
IntegerPublic Properties |
Size of the column heading. | |
|
String |
Text of the column heading. | |
|
Column( ) |
Number of columns in the Grid. | |
|
Boolean |
Indicates if pressing Enter while positioned on the last row inserts a new row and raises an InsertRow event. | |
|
Boolean |
Indicates if pressing the Insert key inserts a new row and raises an InsertRow event. | |
|
Column |
Column that contains the data’s primary key. If this column is empty, the rest of the data in the row is ignored. | |
|
System.Drawing.Color |
Line color. | |
|
String |
Gets or sets the text of the column heading at the specified row. |
|
Name |
Type |
Description |
|
Event |
Event fires when the cell gains focus. Adds the RDTA.PickDP.Extensions.Cell.get_Cell () method which returns the entered cell. | |
|
Event |
Event fires when the Insert key is pressed. Adds the RDTA.PickDP.Extensions.Cell.get_Cell () method which returns the cell where the row is entered. | |
|
Event |
Event fires when losing the focus of a cell. Adds the RDTA.PickDP.Extensions.Cell.get_Cell () method which returns the exited cell. | |
|
Event |
Event fires when the Delete key is pressed. Adds the RDTA.PickDP.Extensions.Cell.get_Cell () method which returns the cell where the row is being deleted. |