Method GetValue
| Improve this Doc View SourceGetValue<T>(Column<T>, Boolean)
Gets the data value for specified column.
Declaration
public T GetValue<T>(Column<T> column, bool beforeEdit = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Column<T> | column | The column. |
| System.Boolean | beforeEdit | Indicates whether should get value before editing. |
Returns
| Type | Description |
|---|---|
| T | The data value. |
Type Parameters
| Name | Description |
|---|---|
| T | Data type of the column. |