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

ColumnBase.ShowCriteriaInAutoFilterRow Property

Gets or sets whether to display the criteria selector button in the Auto Filter Row. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "OnShowCriteriaInAutoFilterRowChanged")]
public bool ShowCriteriaInAutoFilterRow { get; set; }

Property Value

Type Description
Boolean

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

Remarks

If the ShowCriteriaInAutoFilterRow property is set to true, users can specify a criteria type for the column in the Auto Filter Row. If the ShowCriteriaInAutoFilterRow property is set to false, the filter criteria is StartsWith.

See Also