| Name | Description |
| AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
| AppendTo | A jQuery selector that indicate which element the dialog (and overlay, if modal) should be appended to. |
| AutoExpand | Auto Expand window. |
| Buttons | Gets or sets which buttons should be displayed on the dialog. |
| CaptionButtons | Specifies visibility, click event, and icon for the caption buttons on the dialog. |
| CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ClientIDMode | (Inherited from System.Web.UI.Control) |
| CloseOnEscape | Specifies whether the dialog should close when it has focus and the user presses the escape (ESC) key. |
| CloseText | Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme. |
| CollapsingAnimation | A value determines the settings of the animation effect to be used when the wijdialog is collapsed. |
| ContentUrl | A URL string specifies the URL for the iframe element inside wijdialog. |
| CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
| DisplayVisible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| Draggable | If set to true, the dialog will be draggable by the titlebar. |
| EnableCombinedJavaScripts | Enable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| Enabled | Overridden. Gets or sets if dialog is Enabled. |
| EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | (Inherited from System.Web.UI.Control) |
| ExpandingAnimation | A value determines the settings of the animation effect to be used when the wijdialog is expanded. |
| Height | Overridden. |
| Hide | The effect to be used when the dialog is closed. |
| ID | (Inherited from System.Web.UI.Control) |
| MaintainStatesOnPostback | A value indicates whether maintain the states when post back. |
| MaxHeight | The maximum height to which the dialog can be resized, in pixels. |
| MaxWidth | The maximum width to which the dialog can be resized, in pixels. |
| MinHeight | The minimum height to which the dialog can be resized, in pixels. |
| MinWidth | The minimum width to which the dialog can be resized, in pixels. |
| Modal | If set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e. cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements. |
| OnClientBeforeClose | The name of the function which will be called before close. |
| OnClientClose | The name of the function which will be called when the dialog is closed. |
| OnClientCreate | The name of the function which will be called when the dialog is created. |
| OnClientDrag | The name of the function which will be called when dialog is dragged. |
| OnClientDragStart | The name of the function which will be called when dialog begin to be dragged. |
| OnClientDragStop | The name of the function which will be called after the dialog has been dragged. |
| OnClientFocus | The name of the function which will be called when dialog is focused. |
| OnClientOpen | The name of the function which will be called when dialog is opened. |
| OnClientResize | The name of the function which will be called when the dialog is resized. |
| OnClientResizeStart | The name of the function which will be called when the dialog begin to be resized. |
| OnClientResizeStop | The name of the function which will be called after the dialog has been resized. |
| Position | Specifies where the dialog should be displayed. Possible values: 1) a single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'. 2) a string with array format containing an x,y coordinate pair in pixel offset from left, top corner of viewport (e.g. "[350,100]") 3) a string with array format containing x,y position string values (e.g. "['right','top']" for top right corner). |
| Resizable | If set to true, the dialog will be resizable. |
| Show | The effect to be used when the dialog is opened. |
| ShowOnLoad | When autoOpen is true the dialog will open automatically when dialog is called. |
| SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
| Stack | Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus. |
| TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
| Theme | Name of the theme that will be used to style the widgets. Available embedded themes include: aristo, midnight, and ui-lightness. Note that only one theme can be used for the whole page at one time. Please make sure that all widget extenders have the same Theme value. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ThemeSwatch | A value that indicates the theme swatch of the control, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| Title | The Title of the Dialog. |
| ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
| UseCDN | Determines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ValidateRequestMode | (Inherited from System.Web.UI.Control) |
| ViewStateMode | (Inherited from System.Web.UI.Control) |
| Width | Overridden. |
| WijmoControlMode | A value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ZIndex | The starting z-index for the dialog. |