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

SearchStringToFilterCriteriaEventArgs.ApplyToColumnsFilter Property

Gets or sets whether the column’s filter popup detects changes in the search panel.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool ApplyToColumnsFilter { get; set; }

Property Value

Type Description
Boolean

true, to make the column’s filter popup detect changes in the search panel; otherwise, false.

See Also