Name | Description | |
---|---|---|
![]() | C1DataColumn Constructor | Creates a new instance of this object. |
The following tables list the members exposed by C1DataColumn.
Name | Description | |
---|---|---|
![]() | C1DataColumn Constructor | Creates a new instance of this object. |
Name | Description | |
---|---|---|
![]() | Caption | Gets or sets the text in the column header. |
![]() | DataChanged | Gets or sets a value indicating whether data in this column has been modified. |
![]() | DataField | Gets or sets the database field name for a column. |
![]() | DataWidth | Gets or sets the maximum number of characters which may be entered for cells in this column. |
![]() | DefaultValue | Gets or sets the default value for a column when a new row is added by the grid. |
![]() | FooterText | Gets or sets the text displayed in the column footer. |
![]() | NumberFormat | Gets or sets the formmating string for a column. |
![]() | Tag | Gets or sets a user defined objects associated with this column. |
![]() | Text | Gets or sets the display value for the current cell. |
![]() | Value | Sets or retrieves the value of the current cell. |
![]() | ValueItems | Gets the ValueItems object for this column. |
Name | Description | |
---|---|---|
![]() | CellText | Gets the display value for a cell in a given row. |
![]() | CellValue | Gets the cell value for a given row. |
![]() | Refetch | Repopulate the entire grid from the data source. |
![]() | RefetchCell | Overloaded. Repopulates the current cell from the data source. |
![]() | Refresh | Invalidate the current column in all visible rows. |
![]() | RefreshCell | Overloaded. Invalidate the current cell. |
![]() | ToString |