menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NavigationButtons - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NavigationButtons

    Defines constants that describes the types of numeric buttons available in the SfDataPager.

    Inheritance
    System.Object
    NavigationButtons
    Namespace: Syncfusion.SfDataGrid.XForms.DataPager
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public sealed class NavigationButtons : Enum

    Fields

    FirstPageButton

    Specifies the numeric button at the left extreme position which upon clicking always navigates to the first page.

    Declaration
    public const NavigationButtons FirstPageButton
    Field Value
    Type
    NavigationButtons

    LastPageButton

    Specifies the numeric button at the right extreme position which upon clicking always navigates to the last page.

    Declaration
    public const NavigationButtons LastPageButton
    Field Value
    Type
    NavigationButtons

    NextPageButton

    Specifies the numeric button at the second right extreme position which upon clicking always navigates to the next page.

    Declaration
    public const NavigationButtons NextPageButton
    Field Value
    Type
    NavigationButtons

    NumericButton

    Specifies the numeric buttons in the scrolling region which navigates to the appropriate page upon clicking based on its index.

    Declaration
    public const NavigationButtons NumericButton
    Field Value
    Type
    NavigationButtons

    PreviousPageButton

    Specifies the numeric button at the second left extreme position which upon clicking always navigates to the previous page.

    Declaration
    public const NavigationButtons PreviousPageButton
    Field Value
    Type
    NavigationButtons
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved