Skip to main content

ITreeGridNode.GetCellValue method

Namespace: NextDesign.Core

Description

Gets the value of the cell in the specified column for this node.
Returns null if the cell value does not exist.

The actual type of value that can be retrieved depends on the data type of the column.

  • bool type : bool value
  • Numeric type : Number
  • String type : String
  • Enumerated type: IEnumLiteral object
  • Rich text type : plain text
  • Class type (model reference): IModelCollection object (returns a collection even for elements with multiplicity 1)

argument

NameTypeDescription
columnITreeGridColumnColumn Information

Return value

  • object

Annotations

You can check the actual type of the object obtained with ITreeGridColumn.DataTypeName.