Skip to main content
A newer version of this page is available. .

ColumnFilterInfo Constructors

Contains column filter settings.
Name Parameters Description
ColumnFilterInfo() none Creates a new ColumnFilterInfo class instance with default settings.
ColumnFilterInfo(CriteriaOperator) filter Initializes a new instance of the ColumnFilterInfo class with the specified filter criteria.
ColumnFilterInfo(ColumnFilterType, Object, CriteriaOperator, String) type, _value, filter, displayText Initializes a new instance of the ColumnFilterInfo class with the specified filter settings.
ColumnFilterInfo(ColumnFilterType, Object, String, String, String) type, _value, filterString, displayText, valueDisplayText Obsolete. Obsolete. Initializes a new instance of the ColumnFilterInfo class with the specified settings.
ColumnFilterInfo(ColumnFilterType, Object, String, String) type, _value, filterString, displayText Initializes a new instance of the ColumnFilterInfo class with the specified settings.
ColumnFilterInfo(ColumnFilterType, Object, String) type, _value, filterString Initializes a new instance of the ColumnFilterInfo class with the specified settings.
ColumnFilterInfo(ColumnFilterType, String) type, filterString Initializes a new instance of the ColumnFilterInfo class with the specified filter type and filter expression.
ColumnFilterInfo(GridColumn, Object, String) column, _value, displayText Creates a new ColumnFilterInfo class instance with the specified grid column, filter value and display text.
ColumnFilterInfo(GridColumn, Object) column, _value Creates a new ColumnFilterInfo class instance with the specified filter value and column.
ColumnFilterInfo(Byte) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Byte[]) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Char) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(DateTime) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Decimal) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Double) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Guid) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Int16) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Int32) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Int64) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Object, String) _value, displayText Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value and filter text representation.
ColumnFilterInfo(Object) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(Single) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
ColumnFilterInfo(String, Object) filterString, _value Initializes a new instance of the ColumnFilterInfo class with the specified filter expression and filter value.
ColumnFilterInfo(String, String, Object, ColumnFilterType) filterString, displayText, val, filterType Initializes a new instance of the ColumnFilterInfo class with the specified settings.
ColumnFilterInfo(String, String) filterString, displayText Creates a new ColumnFilterInfo class instance with the specified filter condition and its text representation.
ColumnFilterInfo(String) filterString Initializes a new instance of the ColumnFilterInfo class with the specified filter expression.
ColumnFilterInfo(TimeSpan) _value Obsolete. Obsolete. Creates a new ColumnFilterInfo class instance with the specified filter value.
See Also