FilterEditorControl.ShowIsNullOperatorsForStrings Property
In This Article
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.v24.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 Is |
See Also