menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumericButtonsGenerateMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumericButtonsGenerateMode

    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
    NumericButtonsGenerateMode
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public sealed class NumericButtonsGenerateMode : Enum

    Fields

    Auto

    Creates the numeric buttons based on the available parent size.

    Declaration
    public const NumericButtonsGenerateMode Auto
    Field Value
    Type
    NumericButtonsGenerateMode

    Manual

    Creates the numeric buttons based on the specified NumericButtonCount value.

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