[]
Gets or sets the custom format string to show in the text tip during virtual scroll paging. Default pattern is "Page {page} of {count}", where {page} will be replaced for page index and {count} will be replaced for page count.
public string VirtualScrollPagingFormatString { get; set; }
Public Property VirtualScrollPagingFormatString As String