Skip to main content

GridControl.ShowCriteriaInAutoFilterRow Property

Gets or sets whether or not to display the criteria selector buttons in the Auto Filter Row for all columns. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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.

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

To learn more, see Automatic Filter Row.

See Also