Class SpreadsheetDesigner
Represents a class for Spreadsheet designer
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class SpreadsheetDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
SpreadsheetDesigner()
Declaration
public SpreadsheetDesigner()
Properties
ActionLists
Gets the Designer Action List Collection
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
GetControlString()
Generates the Spreadsheet control string.
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String | control string of the Spreadsheet. |
Overrides
GetDesignTimeHtml()
Generates the markup that is used to render the control at design time.
Declaration
public override string GetDesignTimeHtml()
Returns
Type | Description |
---|---|
System.String | The markup used to render the control at design time. |