Back to Devexpress

ColumnBase.AutoFilterValue Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-f5e99056.md

latest1.7 KB
Original Source

ColumnBase.AutoFilterValue Property

Gets or sets the value in the Automatic Filter Row for this column. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public object AutoFilterValue { get; set; }
vb
<Browsable(False)>
Public Property AutoFilterValue As Object

Property Value

TypeDescription
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 Filtering in Code.

See Also

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace