Skip to main content
A newer version of this page is available. .

FilterEditorControl.ShowIsNullOperatorsForStrings Property

Gets or sets whether the “Visual” FilterEditorControl panel allows end-users to utilize the IsNull operator for string values.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public bool ShowIsNullOperatorsForStrings { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the IsNull operator is available for string values; otherwise, false.

See Also