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

TableView.ShowCriteriaInAutoFilterRow Property

Gets or sets whether or not to display the criteria selector buttons in the automatic filter row for all columns in the current table view.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public bool ShowCriteriaInAutoFilterRow { get; set; }

Property Value

Type Description
Boolean

true, to display the criteria selector buttons in the automatic filter row; otherwise, false.

Remarks

Use the ShowCriteriaInAutoFilterRow property to control the availability of the filter criteria selector for all columns in the current table view.

The filter criteria selector allows end-users to apply the required criteria type to the current column.

AutomaticFilterRowAutomaticFilterRowCriteriaSelector

You can use the ColumnBase.ShowCriteriaInAutoFilterRow property to control the filter criteria selector availability for individual columns.

See Also