Skip to main content

DataGridColumnBuilder<T>.FalseText Method

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