operators.stringObject

The texts of the filter operators displayed for columns bound to string fields.

Omitting an operator will exclude it from the DropDownList with the available operators.

operators.string.eqString(default: "Is equal to")

The text of the "equal" filter operator.

operators.string.neqString(default: "Is not equal to")

The text of the "not equal" filter operator.

operators.string.isnullString(default: "Is null")

The text of the "isnull" filter operator.

operators.string.isnotnullString(default: "Is not null")

The text of the "isnotnull" filter operator.

operators.string.isemptyString(default: "Is empty")

The text of the "isempty" filter operator.

operators.string.isnotemptyString(default: "Is not empty")

The text of the "isnotempty" filter operator.

operators.string.startswithString(default: "Starts with")

The text of the "starts with" filter operator.

operators.string.containsString(default: "Contains")

The text of the "contains" filter operator.

operators.string.doesnotcontainString(default: "Does not contain")

The text of the "does not contain" filter operator.

operators.string.endswithString(default: "Ends with")

The text of the "ends with" filter operator.

operators.string.isnulloremptyString(default: "Has no value")

The text of the "isnullorempty" filter operator.

operators.string.isnotnulloremptyString(default: "Has value")

The text of the "isnotnullorempty" filter operator.