Intersoft ClientUI Documentation
LoadDataWhenEmpty Property



Gets or sets a value indicating whether data combo box should load data when the drop down is opened and the text is empty.
Syntax
<CategoryAttribute("Common Properties")>
Public Property LoadDataWhenEmpty As Boolean
Dim instance As UXDataComboBox
Dim value As Boolean
 
instance.LoadDataWhenEmpty = value
 
value = instance.LoadDataWhenEmpty
[CategoryAttribute("Common Properties")]
public bool LoadDataWhenEmpty {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool LoadDataWhenEmpty {
   bool get();
   void set (    bool value);
}
Remarks

By default, UXPageableComboBox will display empty result when the query text is empty, but UXPageableComboBox also gives you an option to show all the records when the query text is empty. To activate this behavior, set the LoadDataWhenEmpty 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

UXDataComboBox Class
UXDataComboBox Members

Send Feedback