property Column.Filter as String
Specifies the column's filter when the filter type is exFilter, exPattern or exDate.

 TypeDescription 
   String A string expression that specifies the column's filter.  

The Filter property has no effect if the FilterType property is one of the followings: exAll, exBlanks and exNonBlanks

The ApplyFilter method should be called to update the control's content after changing the Filter or FilterType property. The ClearFilter method clears the Filter and the FilterType properties. Use the FilterCriteria property to filter items using the AND, OR and NOT operators.


Send comments on this topic.
© 1999-2006 Exontrol Inc, Software. All rights reserved.