Class DialogDesigner
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DialogDesigner : EJControlDesigner, IEJControlDesigner
Constructors
DialogDesigner()
Declaration
public DialogDesigner()
Properties
Dialog
Gets the base component to the Dialog class
Declaration
public Dialog Dialog { get; }
Property Value
Type | Description |
---|---|
Dialog |
Methods
GetControlString()
Get the html element of the Dialog control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |