Skip to main content

ColumnFilterInfo(Int16) 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.v23.2.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the ColumnFilterInfo(GridColumn column, object _value) instead")]
public ColumnFilterInfo(
    short _value
)

Parameters

Name Type Description
_value Int16

A filter value that is used to initialize the ColumnFilterInfo.Value property.

See Also