Skip to main content

GridControl.ShowAutoFilterRow Property

Gets or sets whether the Auto Filter Row is displayed. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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

Property Value

Type Description
Boolean

true to show the automatic filter row; otherwise, false. The default is false.

Remarks

The automatic filter row allows end-users to filter data on the fly, by typing text directly into the row. When an end-user types the text within the row, a filter condition is automatically created, based upon the values entered, and applied to the column.

By default, the auto-filter row is hidden. It can be activated by setting the ShowAutoFilterRow property to true.

Auto Filter Row

To learn more, see Automatic Filter Row.

See Also