ASPxClientTreeListBatchEditApi.GetColumnDisplayText(columnFieldNameOrId, value) Method
Provides the text displayed within the cell according to the specified display format rule.
Declaration
GetColumnDisplayText(
columnFieldNameOrId: string,
value: any
): string
Parameters
| Name | Type | Description |
|---|---|---|
| columnFieldNameOrId | string | A string value representing the column’s unique identifier or field name. |
| value | any | An object representing a value. |
Returns
| Type | Description |
|---|---|
| string | A string value representing the cell’s displayed text. |
See Also