Table of Contents
MoreItemsMessageStyle Property

Gets or sets the style properties used by the message that indicates more items are available.

Syntax
 public ElementStyle MoreItemsMessageStyle { get; set; }
Remarks

EO.Web ListBox can load more items on demand as user scrolls down. When this feature is enabled, the ListBox displays a message at the bottom of the list box indicating more items are available. Use this property to set the CSS class of this message.

See Also