Table of Contents
PagerLabelTemplate Property

Gets or sets the pager label template.

Syntax
 public String PagerLabelTemplate { get; set; }
Remarks

This property uses ClientTemplate syntax to define customized pager label. You can include any HTML tags as well as variables by using var keyword. See ClientTemplate documentation for more details.

See Also