Class Dialog
The Dialog control displays a dialog window within a web page. The dialog enables a message to be displayed.
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class Dialog : Control, IHtmlString
Constructors
Dialog()
Initializes a new instance of the Dialog class.
Declaration
public Dialog()
Dialog(String, DialogProperties)
Initializes a new instance of the Dialog class.
Declaration
public Dialog(string id, DialogProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
DialogProperties | propModel |
Properties
DialogModel
Gets or sets the Dialog properties to the model.
Declaration
public DialogProperties DialogModel { get; set; }
Property Value
Type | Description |
---|---|
DialogProperties |
Model
Instance of control properties class
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
gets and returns the PluginName.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
gets and returns the TagName.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
CreateUnObtrusiveContainer(String)
Declaration
public override HtmlString CreateUnObtrusiveContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
RenderElement(String)
Declaration
protected HtmlTag RenderElement(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
HtmlTag |
RenderPaneContent(DialogProperties, HtmlTag)
Declaration
protected HtmlTag RenderPaneContent(DialogProperties pane, HtmlTag PaneDiv)
Parameters
Type | Name | Description |
---|---|---|
DialogProperties | pane | |
HtmlTag | PaneDiv |
Returns
Type | Description |
---|---|
HtmlTag |
Implements
System.Web.IHtmlString