wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-57f4693d.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public bool ActualShowCriteriaInAutoFilterRow { get; }
Public ReadOnly Property ActualShowCriteriaInAutoFilterRow As Boolean
| Type | Description |
|---|---|
| Boolean |
true, if the filter criteria selector is available; otherwise, false.
|
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
TableView.ShowCriteriaInAutoFilterRow