RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridPagerStyle Class
See Also  Members  
Telerik.WebControls Namespace : GridPagerStyle Class


RadGrid and GridTableView use instance of this class to set style of thir PagerItem-s when rendering

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Class GridPagerStyle 
   Inherits GridTableItemStyle
Visual Basic (Usage)Copy Code
Dim instance As GridPagerStyle
C# 
public class GridPagerStyle : GridTableItemStyle 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.UI.WebControls.Style
            System.Web.UI.WebControls.TableItemStyle
               Telerik.WebControls.GridTableItemStyle
                  Telerik.WebControls.GridPagerStyle

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also