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

FilterControl.ShowIsNullOperatorsForStrings Property

Gets or sets whether the IsNull operator is available for string values.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[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