Skip to main content

TableView.ShowAutoFilterRow Property

Gets or sets whether the Automatic Filter Row is displayed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#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.

FIlteringOverview

To learn more, see Automatic Filter Row.

#Implements

DevExpress.Xpf.Grid.ITableView.ShowAutoFilterRow
See Also