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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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.