constants FilterListEnum
The FilterListEnum type specifies the type of items being included in the column's drop down list filter. Use the FilterList property to specify the items being included to the column's drop down list filter.

 NameValueDescription 
   exAllItems0 Includes all items in the filter list.  
   exVisibleItems1 Includes only visible (filtered) items in the filter list.  
   exSortItemsDesc16 If the exSortItemsDesc flag is set the values in the drop down filter window gets listed descending. If none of the exSortItemsAsc or exSortItemsDesc is present, the list is built as the items are displayed in the control.  
   exSortItemsAsc32 If the exSortItemsDesc flag is set the values in the drop down filter window gets listed ascending. If none of the exSortItemsAsc or exSortItemsDesc is present, the list is built as the items are displayed in the control.  
 


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