Intersoft ClientUI Documentation
PagerDisplayMode Property



Gets or sets a value that indicates how the UXDataPager user interface is displayed.
Syntax
<CategoryAttribute("Data Pager")>
Public Property PagerDisplayMode As PagerDisplayMode
Dim instance As UXGridView
Dim value As PagerDisplayMode
 
instance.PagerDisplayMode = value
 
value = instance.PagerDisplayMode
[CategoryAttribute("Data Pager")]
public PagerDisplayMode PagerDisplayMode {get; set;}
[CategoryAttribute("Data Pager")]
public:
property PagerDisplayMode PagerDisplayMode {
   PagerDisplayMode get();
   void set (    PagerDisplayMode 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