Skip to main content

ColumnFilterInfo.Value Property

Gets the value by which data is filtered.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public object Value { get; }

Property Value

Type Description
Object

A Object representing the value by which data is filtered.

Remarks

This property value is initialized by the constructor.

Note: data may not be actually filtered by the specified value. This takes place if specifying both the value and filter string when creating a ColumnFilterInfo object. In such cases, the specified filter string is actually used and the Value property value is ignored.

See Also