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

ColumnBase.ShowCriteriaInAutoFilterRow Property

Gets or sets whether to display the criteria selector button for a column in the Automatic Filter Row.

Namespace: DevExpress.Xpf.Grid

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

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

Declaration

public bool? ShowCriteriaInAutoFilterRow { get; set; }

Property Value

Type Default Description
Nullable<Boolean> false

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

Remarks

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

Note

The ColumnBase.ShowCriteriaInAutoFilterRow property takes precedence over the TableView.ShowCriteriaInAutoFilterRow / TreeListView.ShowCriteriaInAutoFilterRow property.

See Also