ASPxFilterControlBase.ClearOperandValueOnColumnChange Property
Gets or sets a value that specifies whether the criteria value in the Filter Control should be cleared when the specified field name is changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(false)]
public bool ClearOperandValueOnColumnChange { get; set; }
<DefaultValue(False)>
Public Property ClearOperandValueOnColumnChange As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, if the criteria value should be cleared; otherwise, false. |
See Also
Feedback