ITreeGridCell interface
Namespace: NextDesign.Core
Description
Provides access to the cells of a tree grid node.
Affiliation area
Name | Description |
---|---|
Editor | APIs to access editors. |
Property
Name | Description |
---|---|
Column | Column Info |
Model | Model |
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). |