Version

FilterDropDownItem Class

Represents an entry in the filter drop-down list.
Syntax
'Declaration
 
Public Class FilterDropDownItem 
   Inherits Infragistics.Windows.Editors.ComboBoxDataItem
public class FilterDropDownItem : Infragistics.Windows.Editors.ComboBoxDataItem 
Remarks

Filter drop-down list is displayed when a filter icon in a field label is clicked or when a filter cell's drop-down button is clicked. The filter drop-down list provides the user with a list of options to filter the records by.

You can access and modify the filter drop-down list by hooking into the DataPresenterBase.RecordFilterDropDownOpening or the DataPresenterBase.RecordFilterDropDownPopulating event. The associated event args expose DropDownItems property that returns a list of FilterDropDownItem objects.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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