menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataPagerDisplayMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataPagerDisplayMode

    Gets or sets the page display mode for the SfDataPager. The user can customize the buttons to be displayed in the pager. The default value is FirstLastPreviosNextNumeric.

    Inheritance
    System.Object
    DataPagerDisplayMode
    Namespace: Syncfusion.Maui.DataGrid.DataPager
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataPagerDisplayMode : Enum

    Fields

    First

    Displays only the first page button.

    Declaration
    public const DataPagerDisplayMode First
    Field Value
    Type
    DataPagerDisplayMode

    FirstLast

    Displays the first and last page buttons.

    Declaration
    public const DataPagerDisplayMode FirstLast
    Field Value
    Type
    DataPagerDisplayMode

    FirstLastNumeric

    Displays the first, last and numeric page buttons.

    Declaration
    public const DataPagerDisplayMode FirstLastNumeric
    Field Value
    Type
    DataPagerDisplayMode

    FirstLastPreviousNext

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

    Declaration
    public const DataPagerDisplayMode FirstLastPreviousNext
    Field Value
    Type
    DataPagerDisplayMode

    FirstLastPreviousNextNumeric

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

    Declaration
    public const DataPagerDisplayMode FirstLastPreviousNextNumeric
    Field Value
    Type
    DataPagerDisplayMode

    Last

    Displays only the last page button.

    Declaration
    public const DataPagerDisplayMode Last
    Field Value
    Type
    DataPagerDisplayMode

    Next

    Displays only the next page button.

    Declaration
    public const DataPagerDisplayMode Next
    Field Value
    Type
    DataPagerDisplayMode

    None

    Do not display any page buttons.

    Declaration
    public const DataPagerDisplayMode None
    Field Value
    Type
    DataPagerDisplayMode

    Numeric

    Displays only the numeric page buttons.

    Declaration
    public const DataPagerDisplayMode Numeric
    Field Value
    Type
    DataPagerDisplayMode

    Previous

    Displays only the previous page button.

    Declaration
    public const DataPagerDisplayMode Previous
    Field Value
    Type
    DataPagerDisplayMode

    PreviousNext

    Displays the previous and next page buttons.

    Declaration
    public const DataPagerDisplayMode PreviousNext
    Field Value
    Type
    DataPagerDisplayMode

    PreviousNextNumeric

    Displays the previous, next and numeric page buttons.

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