alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PageDisplayMode

    Defines the constants that specifies the display mode of the SfDataPager.

    Inheritance
    System.Object
    PageDisplayMode
    Namespace: Syncfusion.WinForms.DataPager.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public sealed class PageDisplayMode : Enum

    Fields

    First

    Specifies that the pager should display only the first page button.

    Declaration
    public const PageDisplayMode First
    Field Value
    Type
    PageDisplayMode

    FirstLast

    Specifies that the pager should display only the first and last page button.

    Declaration
    public const PageDisplayMode FirstLast
    Field Value
    Type
    PageDisplayMode

    FirstLastNumeric

    Specifies that the pager should display only the first, last and the numeric buttons.

    Declaration
    public const PageDisplayMode FirstLastNumeric
    Field Value
    Type
    PageDisplayMode

    FirstLastPreviousNext

    Specifies that the pager should display only the page buttons.

    Declaration
    public const PageDisplayMode FirstLastPreviousNext
    Field Value
    Type
    PageDisplayMode

    FirstLastPreviousNextNumeric

    Specifies that the pager should display all the page and numeric buttons.

    Declaration
    public const PageDisplayMode FirstLastPreviousNextNumeric
    Field Value
    Type
    PageDisplayMode

    Last

    Specifies that the pager should display only the last page button.

    Declaration
    public const PageDisplayMode Last
    Field Value
    Type
    PageDisplayMode

    Next

    Specifies that the pager should display only the next page button.

    Declaration
    public const PageDisplayMode Next
    Field Value
    Type
    PageDisplayMode

    None

    Specifies that the pager should not be displayed.

    Declaration
    public const PageDisplayMode None
    Field Value
    Type
    PageDisplayMode

    Numeric

    Specifies that the pager should display only the numeric buttons.

    Declaration
    public const PageDisplayMode Numeric
    Field Value
    Type
    PageDisplayMode

    Previous

    Specifies that the pager should display only the previous page button.

    Declaration
    public const PageDisplayMode Previous
    Field Value
    Type
    PageDisplayMode

    PreviousNext

    Specifies that the pager should display only the previous and next page button.

    Declaration
    public const PageDisplayMode PreviousNext
    Field Value
    Type
    PageDisplayMode

    PreviousNextNumeric

    Specifies that the pager should display the previous, next and the numeric buttons.

    Declaration
    public const PageDisplayMode PreviousNextNumeric
    Field Value
    Type
    PageDisplayMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved