Skip to main content
Tag

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ColumnBase.ActualShowCriteriaInAutoFilterRow Property

Gets whether an end-user can access the filter criteria selector for the current column. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public bool ActualShowCriteriaInAutoFilterRow { get; }

#Property Value

Type Description
Boolean

true, if the filter criteria selector is available; otherwise, false.

#Remarks

If the column’s ColumnBase.ShowCriteriaInAutoFilterRow property is set to Null, its criteria selector availability is controlled by the view’s ShowCriteriaInAutoFilterRow property. In this case, to determine whether an end-user can actually access the filter criteria selector of the current column, use the ActualShowCriteriaInAutoFilterRow property.

To learn more, see Automatic Filter Row.

See Also