| 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; }
<DefaultValueAttribute("Page {current} of {end}")>
Public Overridable Property Text As String
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:
StringRemarks See Also