Table of Contents
LoadingItemsHtml Property

Gets or sets the text displayed when the list box is loading additional items.

Syntax
 public String LoadingItemsHtml { get; set; }
Remarks

When load on demand is enabled, the ListBox displays this message while loading additional items.

See Also