Back to Devexpress

FilterEditorControl.ShowIsNullOperatorsForStrings Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-40c6de1c.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ShowIsNullOperatorsForStrings { get; set; }
vb
<DXCategory("Behavior")>
<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

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace