Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ClearOperandValueOnColumnChange { get; set; }

Property Value

Type Default Description
Boolean false

true, if the criteria value should be cleared; otherwise, false.

See Also