Table of Contents
NoMoreItemsMessageFormat Property

Gets or sets the text used to format the message that indicates no more items are available.

Syntax
 public String NoMoreItemsMessageFormat { get; set; }
Remarks

This is the message displayed in place of MoreItemsMessageFormat once all items are loaded.

See Also