Back to Devexpress

ColumnBase.ActualShowCriteriaInAutoFilterRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-57f4693d.md

latest2.0 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ActualShowCriteriaInAutoFilterRow { get; }
vb
Public ReadOnly Property ActualShowCriteriaInAutoFilterRow As Boolean

Property Value

TypeDescription
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

TableView.ShowCriteriaInAutoFilterRow

TreeListView.ShowCriteriaInAutoFilterRow

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace