Skip to main content

ITreeGridNode.GetCellValueString method

Namespace: NextDesign.Core

Description

Gets the value of the cell in the specified column of this node in string format. Returns an empty string if the cell value does not exist.

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

  • bool type: "True" or "False"
  • Numeric type: String representation of numbers
  • String type: String
  • Enumeration: Literal string
  • Rich text type: Plain text
  • Class type (see model): Model display name (space separated for multiple models)

[Model display name] The display name of the model will be in the following format, similar to the display on the UI. "{Parent element name}/$ {model name}" (Example) Use case/driver

argument

NameTypeDescription
columnITreeGridColumnColumn information

Return value

  • string