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 in the automatic filter row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool? ShowCriteriaInAutoFilterRow { get; set; }

Property Value

Type Description
Nullable<Boolean>

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

Remarks

Use the ShowCriteriaInAutoFilterRow property to control the availability of the filter criteria selector for a column.

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

AutomaticFilterRowAutomaticFilterRowCriteriaSelector

Note

ShowCriteriaInAutoFilterRow property has higher precedence than TableView.ShowCriteriaInAutoFilterRow and TreeListView.ShowCriteriaInAutoFilterRow.

See Also