Back to Devexpress

FilterControl.ShowIsNullOperatorsForStrings Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-d0bebd46.md

latest1.3 KB
Original Source

FilterControl.ShowIsNullOperatorsForStrings Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowIsNullOperatorsForStrings { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Property ShowIsNullOperatorsForStrings As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace