Skip to main content
A newer version of this page is available. .

MVCxFilterControlSettings.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.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool ClearOperandValueOnColumnChange { get; set; }

Property Value

Type Description
Boolean

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

See Also