menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PagerDisplayMode - API Reference

    Show / Hide Table of Contents

    Class PagerDisplayMode

    Defines constants that describes the possible display mode for SfDataPager.

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

    Fields

    First

    Displays only the first page button.

    Declaration
    public const PagerDisplayMode First
    Field Value
    Type Description
    PagerDisplayMode

    FirstLast

    Displays the first and last page buttons.

    Declaration
    public const PagerDisplayMode FirstLast
    Field Value
    Type Description
    PagerDisplayMode

    FirstLastNumeric

    Displays the first, last and numeric page buttons.

    Declaration
    public const PagerDisplayMode FirstLastNumeric
    Field Value
    Type Description
    PagerDisplayMode

    FirstLastPreviousNext

    Displays the first, last, previous and next page buttons.

    Declaration
    public const PagerDisplayMode FirstLastPreviousNext
    Field Value
    Type Description
    PagerDisplayMode

    FirstLastPreviousNextNumeric

    Displays the first, last, numeric, previous and next page buttons.

    Declaration
    public const PagerDisplayMode FirstLastPreviousNextNumeric
    Field Value
    Type Description
    PagerDisplayMode

    Last

    Displays only the last page button.

    Declaration
    public const PagerDisplayMode Last
    Field Value
    Type Description
    PagerDisplayMode

    Next

    Displays only the next page button.

    Declaration
    public const PagerDisplayMode Next
    Field Value
    Type Description
    PagerDisplayMode

    None

    Do not display any page buttons.

    Declaration
    public const PagerDisplayMode None
    Field Value
    Type Description
    PagerDisplayMode

    Numeric

    Displays only the numeric page buttons.

    Declaration
    public const PagerDisplayMode Numeric
    Field Value
    Type Description
    PagerDisplayMode

    Previous

    Displays only the previous page button.

    Declaration
    public const PagerDisplayMode Previous
    Field Value
    Type Description
    PagerDisplayMode

    PreviousNext

    Displays the previous and next page buttons.

    Declaration
    public const PagerDisplayMode PreviousNext
    Field Value
    Type Description
    PagerDisplayMode

    PreviousNextNumeric

    Displays the previous, next and numeric page buttons.

    Declaration
    public const PagerDisplayMode PreviousNextNumeric
    Field Value
    Type Description
    PagerDisplayMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved