Skip to main content

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.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
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