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

ColumnFilterInfo Members

Contains column filter settings.

Constructors

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

Properties

Name Description
DisplayText Gets the filter condition’s textual representation.
Empty static Gets an empty filter condition.
FilterCriteria Gets the current filter criteria.
FilterString Gets the filter expression specified by this ColumnFilterInfo object.
Kind Gets whether the current filter condition has been created by the Grid Control or is a custom condition.
Type Controls whether the current object filters data by a particular value, uses a custom filter string or provides no filtering condition.
Value Gets the value by which data is filtered.
ValueDisplayText Obsolete. This member is obsolete.

Methods

Name Description
Clone() Returns a copy of the current ColumnFilterInfo object.
Equals(ColumnFilterInfo) Determines whether the current object has the same settings as that specified.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetDisplayText() Obsolete. Returns the actual textual representation of the filtering condition applied.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValueDisplayText() Obsolete. Returns the same value as the ColumnFilterInfo.GetDisplayText method.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also