GridPagerStyleShowPagerText Property |
Gets or sets a value indicating whether the pager text or only the pager buttons
will be displayed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ShowPagerText { get; set; }
Public Property ShowPagerText As Boolean
Get
Set
public:
property bool ShowPagerText {
bool get ();
void set (bool value);
}
member ShowPagerText : bool with get, set
Property Value
Type:
Boolean
See Also