DataGridPagerStyle.NextPageText Property
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: property String^ NextPageText { String^ get (); void set (String^ value); }
/** @property */ public String get_NextPageText () /** @property */ public void set_NextPageText (String value)
public function get NextPageText () : String public function set NextPageText (value : String)
Property Value
The text to display for the next page button. The default value is ">", which is rendered as the greater than sign (>).Use the NextPageText property to provide custom text for the next page button. The Mode property must be set to PagerMode.NextPrev for this property to have any effect.
This property is used along with the PrevPageText property to create a custom set of controls for the next and previous buttons of the pager on the DataGrid control.
Note |
|---|
| This property does not automatically encode special characters to HTML. You need to convert these characters to the appropriate HTML value. For example the greater than sign (>) will not automatically convert to >. |
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note