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
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.