Skip to main content

TreeListColumnBuilder<T>.TrueText Method

Name Parameters Description
TrueText(JS) value In a boolean column, replaces all true items with a specified text. Applies only if showEditorAlways property is false. Mirrors the client-side trueText option.
TrueText(String) value In a boolean column, replaces all true items with a specified text. Applies only if showEditorAlways property is false. Mirrors the client-side trueText option.