Back to Devexpress

GridColumn.ImmediateUpdateAutoFilter Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-8cd4f011.md

latest951 B
Original Source

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

csharp
public bool ImmediateUpdateAutoFilter { get; set; }

Property Value

TypeDescription
Boolean

true to apply a filter immediately; otherwise, false.

|

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace