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.PageButtonCount

Determines the number of pages to show in the paging UI when the mode is PagerMode.NumericPages. The default is 10.

[Visual Basic]
Public Property PageButtonCount As Integer
[C#]
public int PageButtonCount {get; set;}
[C++]
public: __property int get_PageButtonCount();
public: __property void set_PageButtonCount(int);
[JScript]
public function get PageButtonCount() : int;
public function set PageButtonCount(int);

See Also

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