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.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

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

Property Value

Type Description
Boolean

true to apply a filter immediately; otherwise, false.

See Also