Skip to main content
All docs
V20.1

FilterEditorControl.ShowIsNullOperatorsForStrings Property

Gets or sets whether the IsNull operator is available for string values in the tree-like Filter Control.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

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