Skip to main content
A newer version of this page is available. .

TreeListView.ShowAutoFilterRow Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

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.

To learn more, see Automatic Filter Row.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowAutoFilterRow property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also