Intersoft ClientUI Documentation
PagerNumericButtonCount Property



Gets or sets a value that indicates the number of page buttons shown on the UXDataPager user interface.
Syntax
<CategoryAttribute("Data Pager")>
Public Property PagerNumericButtonCount As Integer
Dim instance As UXGridView
Dim value As Integer
 
instance.PagerNumericButtonCount = value
 
value = instance.PagerNumericButtonCount
[CategoryAttribute("Data Pager")]
public int PagerNumericButtonCount {get; set;}
[CategoryAttribute("Data Pager")]
public:
property int PagerNumericButtonCount {
   int get();
   void set (    int value);
}
Remarks
You can customize the appearance of the UXDataPager by setting the PagerDisplayMode property. If you use a PagerDisplayMode that displays numeric buttons, you can change the number of buttons displayed by setting the PagerNumericButtonCount property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback