Intersoft ClientUI Documentation
AutoFilterSelectedItems Property



Gets or sets a value indicating whether the selected items will be filtered automatically.
Syntax
Public Property AutoFilterSelectedItems As Boolean
Dim instance As UXMultipleSelectionComboBox
Dim value As Boolean
 
instance.AutoFilterSelectedItems = value
 
value = instance.AutoFilterSelectedItems
public bool AutoFilterSelectedItems {get; set;}
public:
property bool AutoFilterSelectedItems {
   bool get();
   void set (    bool value);
}
Remarks

In editable mode, UXMultipleSelectionComboBox includes smart result filtering capability. When this feature is enabled, the selected items will be not be included in the search result list. You can enable this feature by setting the AutoFilterSelectedItems property to true.

Requirements

Target Platforms: 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

Reference

UXMultipleSelectionComboBox Class
UXMultipleSelectionComboBox Members

Send Feedback