ColumnFilterInfo(Object) Constructor
OBSOLETE
Use the ColumnFilterInfo(GridColumn column, object _value) instead
Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the ColumnFilterInfo(GridColumn column, object _value) instead")]
public ColumnFilterInfo(
object _value
)
Parameters
Name | Type | Description |
---|---|---|
_value | Object | A Object representing the filter value. The specified value is compared to column values. When filtering is active, records are only displayed when values within the column match this parameter. The parameter value is assigned to the ColumnFilterInfo.Value property. |
See Also