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 the value you can get depends on the data type of the column.

  • bool type: bool value
  • Numeric type: Numerical value
  • String type: String
  • Enumeration: IEnumLiteral object
  • Rich text type: Plain text
  • Class type (see model): IModelCollection object (returns a collection even for multiplicity 1 elements)

argument

NameTypeDescription
columnITreeGridColumnColumn information

Return value

  • object

Annotation

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