menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum PageDisplayMode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum PageDisplayMode

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

    Namespace: Syncfusion.WinForms.DataPager.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    [Flags]
    public enum PageDisplayMode

    Fields

    Name Description
    First

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

    FirstLast

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

    FirstLastNumeric

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

    FirstLastPreviousNext

    Specifies that the pager should display only the page buttons.

    FirstLastPreviousNextNumeric

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

    Last

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

    Next

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

    None

    Specifies that the pager should not be displayed.

    Numeric

    Specifies that the pager should display only the numeric buttons.

    Previous

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

    PreviousNext

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

    PreviousNextNumeric

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved