Skip to main content

GridColumn.ImmediateUpdateAutoFilter Property

Gets or sets whether to filter data each time a value in the Auto Filter Row is changed or only when a cell in the Auto Filter Row loses focus. This is a bindable property.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public bool ImmediateUpdateAutoFilter { get; set; }

Property Value

Type Description
Boolean

true to apply a filter immediately; otherwise, false.

See Also