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


In This Topic
    ButtonType Property (PagerInfo)
    In This Topic
    Gets or sets the type of button on the pager of the Spread component.
    Syntax
    'Declaration
     
    
    Public Property ButtonType As ButtonType
    'Usage
     
    
    Dim instance As PagerInfo
    Dim value As ButtonType
     
    instance.ButtonType = value
     
    value = instance.ButtonType
    public ButtonType ButtonType {get; set;}
    Remarks
    The theme does not apply if the pager mode is set to number.
    Example
    This example sets a theme for the command bar and pager icons.
    See Also