Class BulletGraphDesigner
Inheritance
System.Object
BulletGraphDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class BulletGraphDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
BulletGraphDesigner()
Declaration
public BulletGraphDesigner()
Fields
ActionList
Declaration
[SecurityCritical]
public DesignerActionListCollection ActionList
Field Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
BulletGraph
Declaration
public BulletGraph BulletGraph { get; }
Property Value
ControlID
Declaration
protected override string ControlID { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
RequiresImageConvertion
Declaration
protected override bool RequiresImageConvertion { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
GetControlString()
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
GetDesignTimeHtml()
Declaration
public override string GetDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
Overrides
Initialize(IComponent)
Declaration
public override void Initialize(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Implements