Intersoft ClientUI Documentation
PagerNumericButtonCount Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : PagerNumericButtonCount Property






Gets or sets a value that indicates the number of page buttons shown on the UXDataPager user interface.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Data Pager")>
Public Property PagerNumericButtonCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As Integer
 
instance.PagerNumericButtonCount = value
 
value = instance.PagerNumericButtonCount
C# 
[CategoryAttribute("Data Pager")]
public int PagerNumericButtonCount {get; set;}
Delphi 
public read-write property PagerNumericButtonCount: Integer; 
JScript 
CategoryAttribute("Data Pager")
public function get,set PagerNumericButtonCount : int
Managed Extensions for C++ 
[CategoryAttribute("Data Pager")]
public: __property int get_PagerNumericButtonCount();
public: __property void set_PagerNumericButtonCount( 
   int value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.