Intersoft ClientUI Documentation
AutoFilterSelectedItems Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXMultipleSelectionComboBox Class : AutoFilterSelectedItems Property






Gets or sets the value indicate whether the selected items will be filtered automatically or not

Syntax

Visual Basic (Declaration) 
Public Property AutoFilterSelectedItems As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXMultipleSelectionComboBox
Dim value As Boolean
 
instance.AutoFilterSelectedItems = value
 
value = instance.AutoFilterSelectedItems
C# 
public bool AutoFilterSelectedItems {get; set;}
Delphi 
public read-write property AutoFilterSelectedItems: Boolean; 
JScript 
public function get,set AutoFilterSelectedItems : boolean
Managed Extensions for C++ 
public: __property bool get_AutoFilterSelectedItems();
public: __property void set_AutoFilterSelectedItems( 
   bool value
);
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.