alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AutoEllipsisMode

    Defines the constants that specifies the ellipsis mode of the SfDataPager.

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

    Fields

    After

    Specifies that the ellipsis button should be displayed after the numeric buttons.

    Declaration
    public const AutoEllipsisMode After
    Field Value
    Type
    AutoEllipsisMode

    Before

    Specifies that the ellipsis button should be displayed before the numeric buttons.

    Declaration
    public const AutoEllipsisMode Before
    Field Value
    Type
    AutoEllipsisMode

    Both

    Specifies that the ellipsis button should be displayed in both before and after the numeric buttons.

    Declaration
    public const AutoEllipsisMode Both
    Field Value
    Type
    AutoEllipsisMode

    None

    Specifies that the ellipsis button should not be displayed.

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