FilterControl.ShowIsNullOperatorsForStrings Property
In This Article
Gets or sets whether the IsNull operator is available for string values.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowIsNullOperatorsForStrings { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the Is |
See Also