Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoEllipsisMode - Xamarin.iOS API Reference | Syncfusion NumericButton in the scrollable panel of the SfDataPager. ">

    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.iOS.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 Description
    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 Description
    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 Description
    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 Description
    AutoEllipsisMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved