ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / PagerSettings Class / Position Property

In This Topic
    Position Property (PagerSettings)
    In This Topic
    Gets or sets a value that specifies the location where the pager is displayed.
    Syntax
    'Declaration
     
    Public Property Position As PagerPosition
    public PagerPosition Position {get; set;}
    See Also