Intersoft.Client.UI.Data Namespace > UXDataComboBox Class : LoadDataWhenEmpty Property |
<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); }
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.
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