Skip to main content

ITreeGridCell interface

Namespace: NextDesign.Core

Description

Provides access to the cells of the tree grid node.

Affiliation area

NameDescription
EditorAPIs to access the editor.

Property

NameDescription
ColumnColumn Information
ModelModel
PathPath
Equivalent to Column.Path.

Method

NameDescription
GetValueGets the value in this cell.
Calling this method is equivalent to this.Model.GetField (this.Path).