Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ClearOperandValueOnColumnChange { get; set; }

Property Value

Type Description
Boolean

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

See Also