ComponentOne SuperPanel for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Dialog Namespace / C1Dialog Class

In This Topic
    C1Dialog Class Properties
    In This Topic

    For a list of all members of this type, see C1Dialog members.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyA jQuery selector that indicate which element the dialog (and overlay, if modal) should be appended to.  
    Public PropertyAuto Expand window.  
    Public PropertyGets or sets which buttons should be displayed on the dialog.  
    Public PropertySpecifies visibility, click event, and icon for the caption buttons on the dialog.  
    Public PropertyA string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
    Public PropertyContent Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertySpecifies whether the dialog should close when it has focus and the user presses the escape (ESC) key.  
    Public PropertySpecifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.  
    Public PropertyA value determines the settings of the animation effect to be used when the wijdialog is collapsed.  
    Public PropertyA URL string specifies the URL for the iframe element inside wijdialog.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyGets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
    Public PropertyIf set to true, the dialog will be draggable by the titlebar.  
    Public PropertyEnable 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)
    Public PropertyOverridden. Gets or sets if dialog is Enabled.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyA value determines the settings of the animation effect to be used when the wijdialog is expanded.  
    Public PropertyOverridden.   
    Public PropertyThe effect to be used when the dialog is closed.  
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyA value indicates whether maintain the states when post back.  
    Public PropertyThe maximum height to which the dialog can be resized, in pixels.  
    Public PropertyThe maximum width to which the dialog can be resized, in pixels.  
    Public PropertyThe minimum height to which the dialog can be resized, in pixels.  
    Public PropertyThe minimum width to which the dialog can be resized, in pixels.  
    Public PropertyIf 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.  
    Public PropertyThe name of the function which will be called before close.  
    Public PropertyThe name of the function which will be called when the dialog is closed.  
    Public PropertyThe name of the function which will be called when the dialog is created.  
    Public PropertyThe name of the function which will be called when dialog is dragged.  
    Public PropertyThe name of the function which will be called when dialog begin to be dragged.  
    Public PropertyThe name of the function which will be called after the dialog has been dragged.  
    Public PropertyThe name of the function which will be called when dialog is focused.  
    Public PropertyThe name of the function which will be called when dialog is opened.  
    Public PropertyThe name of the function which will be called when the dialog is resized.  
    Public PropertyThe name of the function which will be called when the dialog begin to be resized.  
    Public PropertyThe name of the function which will be called after the dialog has been resized.  
    Public PropertySpecifies 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).  
    Public PropertyIf set to true, the dialog will be resizable.  
    Public PropertyThe effect to be used when the dialog is opened.  
    Public PropertyWhen autoOpen is true the dialog will open automatically when dialog is called.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertySpecifies 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.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyName 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)
    Public PropertyA 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)
    Public PropertyThe Title of the Dialog.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyDetermines 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)
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyOverridden.   
    Public PropertyA 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)
    Public PropertyIndicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
    Public PropertyThe starting z-index for the dialog.  
    Top
    See Also