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);
DataGridPagerStyle Class | DataGridPagerStyle Members | System.Web.UI.WebControls Namespace