Skip to main content

GridColumn.ImmediateUpdateAutoFilter Property

Gets or sets whether the column’s filter condition is updated as soon as an end-user modifies the text within the auto filter panel’s cell. This is a bindable property.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

[XtraSerializableProperty]
public bool ImmediateUpdateAutoFilter { get; set; }

Property Value

Type Description
Boolean

true to enable automatic updates; otherwise, false.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

By default, when an end-user modifies the text within the auto filter panel’s cell, the filter condition for this column is immediately updated. To disable automatic updates, set the column’s ImmediateUpdateAutoFilter property to false. In this instance, an end-user should move focus to another cell to force the updates.

See Also