Click or drag to resize

EditableListPagerText Property

Gets or set the pager text.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultValueAttribute("Page {current} of {end}")]
public virtual string Text { get; set; }

Property Value

Type: String
The string value that provide pager information about it's state. Can be used template. By default is "Page {current} of {end}".

Return Value

Type: String
Remarks