NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridPagerStyle.NextPageText

Determines the text to be used for the Next page button. The default value is '>'.

[Visual Basic]
Public Property NextPageText As String
[C#]
public string NextPageText {get; set;}
[C++]
public: __property String* get_NextPageText();
public: __property void set_NextPageText(String*);
[JScript]
public function get NextPageText() : String;
public function set NextPageText(String);

See Also

DataGridPagerStyle Class | DataGridPagerStyle Members | System.Web.UI.WebControls Namespace