Skip to main content
A newer version of this page is available. .

ColumnBase.ShowCriteriaInAutoFilterRow Property

Gets or sets whether or not to display the criteria selector button in the Auto Filter Row. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

[XtraSerializableProperty]
public DefaultBoolean ShowCriteriaInAutoFilterRow { get; set; }

Property Value

Type Description
DefaultBoolean

true, to display the criteria selector button in the automatic filter row; otherwise, false.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by a control’s current setting. The default value is automatically set for a control if an end-user doesn’t specify a value.

Remarks

Use the ShowCriteriaInAutoFilterRow property to control the availability of the filter criteria selector for a column.

The filter criteria selector allows end-users to apply the required criteria type to the current column.

Note

ShowCriteriaInAutoFilterRow property has higher precedence than GridControl.ShowCriteriaInAutoFilterRow.

See Also