Property Item
| Improve this Doc View SourceItem[Column]
Gets or sets the data value for specified column.
Declaration
public object this[Column column] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| Column | column | The column. |
Property Value
| Type | Description |
|---|---|
| System.Object | The data value. |
Item[Column, Boolean]
Gets the data value for specified column.
Declaration
public object this[Column column, bool beforeEdit] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Column | column | The column. |
| System.Boolean | beforeEdit | Indicates whether should get value before editing. |
Property Value
| Type | Description |
|---|---|
| System.Object | The data value. |