menu

MAUI

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

    Show / Hide Table of Contents

    Class DataPagerNumericButtonsGenerateMode

    Defines the constants that specify whether the numeric buttons should be generated automatically based on parent size or manually using the specified NumericButtonCount value.

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

    Fields

    Auto

    Creates the numeric buttons based on the available parent size.

    Declaration
    public const DataPagerNumericButtonsGenerateMode Auto
    Field Value
    Type
    DataPagerNumericButtonsGenerateMode

    Manual

    Creates the numeric buttons based on the specified NumericButtonCount value.

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