Intersoft.Client.UI.Data Namespace > UXDataComboBox Class : BusyTemplate Property |
Public Property BusyTemplate As DataTemplate
Dim instance As UXDataComboBox Dim value As DataTemplate instance.BusyTemplate = value value = instance.BusyTemplate
public DataTemplate BusyTemplate {get; set;}
public: property DataTemplate^ BusyTemplate { DataTemplate^ get(); void set ( DataTemplate^ value); }
UXDataComboBox has several user experience aspects that you can customize, such as when to display the result box and when to show the busy text/template.
Using the default settings, UXDataComboBox will not open the result box immediately when users type in a query text. Instead, it waits until the search result becomes available and then display it along with the result box. Users will then select an item from the available results.
By setting the AutoShowResultBox property to True, UXDataComboBox immediately opens the result box as you type into the text box. While waiting for the search result, the search box displays the BusyText or BusyTemplate which indicates that the searching is in progress.
You can also determine the behavior of the BusyText or BusyTemplate by customizing the BusyMode property. This property determines when the BusyText or BusyTemplate should be shown. If you set the BusyMode to First, the search box shows the BusyText or BusyTemplate only once during the first search until the search is reset. In contrast, if you set the BusyMode to Always, the search box shows the BusyText or BusyTemplate whenever searching is in progress.
For more information about user experience features in ClientUI controls, see User Experiences Overview.
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