ITreeGridCell interface
Namespace: NextDesign.Core
Description
Provides access to the cells of the tree grid node.
Affiliation area
Name | Description |
---|---|
Editor | APIs to access the editor. |
Property
Name | Description |
---|---|
Column | Column Information |
Model | Model |
Path | Path Equivalent to Column.Path. |
Method
Name | Description |
---|---|
GetValue | Gets the value in this cell. Calling this method is equivalent to this.Model.GetField (this.Path). |