Click or drag to resize
FilterDescriptor Properties

The FilterDescriptor type exposes the following members.

Properties
  Name Description
Public property IsCaseSensitive
Gets or sets a value indicating whether this filter descriptor is case sensitvive.
Public property Member
Gets or sets the member name which will be used for filtering.
Public property MemberType
Gets or sets the type of the member that is used for filtering. Set this property if the member type cannot be resolved automatically. Such cases are: items with ICustomTypeDescriptor, XmlNode or DataRow. Changing this property does not raise PropertyChanged event.
Public property Operator
Gets or sets the filter operator.
Public property Value
Gets or sets the target filter value.
Top
See Also