menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class AutoEllipsisMode

    Defines constants that describes the possible ellipsis mode for a NumericButton in the scrollable panel of the SfDataPager.

    Inheritance
    System.Object
    AutoEllipsisMode
    Namespace: Syncfusion.SfDataGrid.DataPager
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class AutoEllipsisMode : Enum

    Fields

    After

    Specifies that the last NumericButton in view will be displayed as ellipsis content, which upon clicking navigates to a page based on NumericButtonCount.

    Declaration
    public const AutoEllipsisMode After
    Field Value
    Type
    AutoEllipsisMode

    Before

    Specifies that the first NumericButton of the pager will be displayed as ellipsis content, which upon clicking navigates to a page based on NumericButtonCount.

    Declaration
    public const AutoEllipsisMode Before
    Field Value
    Type
    AutoEllipsisMode

    Both

    Specifies that the first and last NumericButton in the view is displayed as ellipsis content, which upon clicking navigates to a page based on NumericButtonCount.

    Declaration
    public const AutoEllipsisMode Both
    Field Value
    Type
    AutoEllipsisMode

    None

    Specifies that ellipsis mode is not applied to the NumericButton, all numeric buttons will be in view.

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