IGridCell interface
Namespace: NextDesign.Core
Description
Provides access to form grid row cells.
Affiliation area
| Name | Description |
|---|---|
| Editor | APIs to access editors. |
Property
| Name | Description |
|---|---|
| Column | Column Info |
| Model | Model Equal to the Model of the grid row (IGridRow) to which this cell belongs. |
| Path | Path Equivalent to Column.Path. |
Method
| Name | Description |
|---|---|
| GetValue | Gets the value of this cell. Calling this method is equivalent to this.Model.GetField(this.Path). |
Annotations
This element does not inherit from IEditorElement.