menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class PagerDesigner

    Inheritance
    System.Object
    EJControlDesigner
    PagerDesigner
    Implements
    IEJControlDesigner
    Inherited Members
    EJControlDesigner.GetDesignTimeHtml()
    EJControlDesigner.GetEmptyDesignTimeHtml()
    EJControlDesigner.IEJControlDesigner.GetIService(Type)
    EJControlDesigner.IEJControlDesigner.Root()
    EJControlDesigner.ControlID
    EJControlDesigner.Control
    EJControlDesigner.RequiresImageConvertion
    EJControlDesigner.RenderImageOnly
    EJControlDesigner.Width
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class PagerDesigner : EJControlDesigner, IEJControlDesigner

    Constructors

    PagerDesigner()

    Declaration
    public PagerDesigner()

    Fields

    actionList

    Declaration
    protected DesignerActionListCollection actionList
    Field Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    Properties

    ActionLists

    Gets a collection of Pager component values to perform some function.

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    Pager

    Gets the pager model.

    Declaration
    public Pager Pager { get; }
    Property Value
    Type Description
    Pager

    Methods

    GetControlString()

    Represents the control string.

    Declaration
    protected override string GetControlString()
    Returns
    Type Description
    System.String
    Overrides
    EJControlDesigner.GetControlString()

    Implements

    IEJControlDesigner
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved