Inheritance
System.Object
PagerDesigner
Assembly: Syncfusion.EJ.Web.dll
public class PagerDesigner : EJControlDesigner, IEJControlDesigner
Constructors
Declaration
Fields
Declaration
protected DesignerActionListCollection actionList
Field Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Properties
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 |
|
Declaration
public Pager Pager { get; }
Property Value
Methods
Represents the control string.
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements