Version

ValueList Property (AfterRowFilterDropDownPopulateEventArgs)

The value list that will be used as the filter drop down. You can add, remove, or modify item on the list.
Syntax
'Declaration
 
Public ReadOnly Property ValueList As Infragistics.Win.ValueList
public Infragistics.Win.ValueList ValueList {get;}
Remarks

You can add items to this ValueList. When an item is added to the value list, it's DataValue will be used for comparision. DataValue can be a data value or it can be an instance of FilterCondition or ColumnFilter object. Setting the DataValue to a FilterCondition or ColumnFilter instance allows you to add items that have custom filter conditions.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also