ColumnBase.ShowCriteriaInAutoFilterRow Property
In This Article
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.v23.2.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