ColumnBase.AutoFilterValue Property
Gets or sets the value in the Auto Filter Row for this column.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Object | An object that represents the column’s value in the automatic filter row. |
Remarks
The automatic filter row allows end-users to filter data on the fly, by typing text directly into the row. To do this in code, use the AutoFilterValue property. The type of the comparison operator used to create filter conditions for the current column is specified by the ColumnBase.AutoFilterCondition property.
To learn more, see Automatic Filter Row.
See Also