Run-time object representing a column in a grid. Not a design-time component. A Pick Data Provider table consists of two types of columns:
Direct
Virtual
See Virtual and Direct Columns for more information.
|
Constructor. |
|
For internal use only. | |
|
Gets the cell at the indicated row. | |
|
Gets a collection of all the cells contained in the column. | |
|
Gets the column number of the cell currently being processed. | |
|
Gets the default editor for the column. | |
|
For internal use only. | |
|
For internal use only. | |
|
Gets the grid the column is associated with. For internal use only. | |
|
For internal use only. | |
|
Gets the total number of rows. For internal use only. | |
|
Gets the width of the current cell. | |
|
For internal use only. | |
|
Returns a copy of the current instance. For internal use only. | |
|
For internal use only. | |
|
For internal use only. | |
|
For internal use only. | |
|
For internal use only. | |
|
For internal use only. |
|
Name |
Type |
Description |
|
System.Drawing.Color |
Sets or gets the column’s background color. | |
|
Boolean |
Indicates if the column can be edited. | |
|
Integer |
Sets or gets the column’s width. | |
|
System.Drawing.Font |
Sets or gets the column’s font. | |
|
System.Windows.Forms.HorizontalAlignment |
Sets or gets the horizontal alignment of the column’s text. | |
|
System.Windows.Forms.Control |
Sets or gets the property editor for the cell. | |
|
System.Drawing.Color |
Sets or gets the column’s foreground color. | |
|
Sets or gets the DGGrid in which the column is found. | ||
|
String |
Sets or gets the column heading text. |