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

TreeListView.ShowCriteriaInAutoFilterRow Property

Gets or sets whether to display the criteria selector buttons in the Automatic Filter Row.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool ShowCriteriaInAutoFilterRow { get; set; }

Property Value

Type Default Description
Boolean false

true, to display the criteria selector buttons in the Automatic Filter Row; otherwise, false.

Remarks

If the ShowCriteriaInAutoFilterRow property is set to true, an end user can specify a criteria type for each column in the Automatic Filter Row. If the ShowCriteriaInAutoFilterRow property is set to false, the filter criteria is BeginsWith.

To display the Filter Criteria Button for a column, set the ColumnBase.ShowCriteriaInAutoFilterRow property to true.

See Also