ColumnBase.AutoFilterCondition Property
In This Article
Gets or sets the type of the comparison operator used to create filter conditions for the current column using the Automatic Filter Row. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Auto |
An Auto |
#Remarks
Use the AutoFilterCondition property to specify the comparison operator type: CONTAINS, EQUALS or LIKE. To learn more, see Automatic Filter Row and Filter Modes and Custom Filtering.
See Also