Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PagerInfo Class / Position Property
Example


In This Topic
    Position Property
    In This Topic
    Gets or sets where page navigation aids are displayed in the Spread component.
    Syntax
    'Declaration
     
    
    Public Property Position As PagerPosition
    'Usage
     
    
    Dim instance As PagerInfo
    Dim value As PagerPosition
     
    instance.Position = value
     
    value = instance.Position
    public PagerPosition Position {get; set;}

    Property Value

    PagerPosition setting
    Remarks

    You can display the page navigation aids in any of the positions in the PagerPosition enumeration. Be sure to set the position before setting the mode if you are displaying more than just the next and previous arrows.

    Note: The only page navigation aids that the component displays on the command bar are the next (>>) and previous (<<) arrows regardless of the Mode property setting. The page numbers, if displayed, are displayed in a separate area depending on the setting of this property.

    Example
    See Also