| Name | Description |
| Components | Gets the child components. (Inherited from C1.Web.Mvc.Component) |
| Content | Gets or sets the popup content. |
| ContentFunc | Gets or sets the function which returns the popup content. |
| CssClass | Gets or sets the css class of the control. (Inherited from C1.Web.Mvc.Control) |
| CssStyles | Gets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Control) |
| DialogResultSubmit | Gets or sets a string to be used as a dialogResult when the dialog is hosted by a form element and the user submits the form. |
| FadeIn | Gets or sets a value that determines whether popups should be shown using a fade-in animation. |
| FadeOut | Gets or sets a value that determines whether popups should be hidden using a fade-out animation. |
| Height | Gets or sets the height of the control. (Inherited from C1.Web.Mvc.Control) |
| HideTrigger | Gets or sets the actions that hide the Popup. |
| HtmlAttributes | Gets the HTML attributes. (Inherited from C1.Web.Mvc.Control) |
| Id | Gets or sets the component id. (Inherited from C1.Web.Mvc.Component) |
| IsDisabled | Gets or sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Control) |
| IsDraggable | Gets or sets a value that determines whether the popup can be dragged with the mouse by its header. |
| IsResizable | Gets or sets a value that determines whether the popup can be resized by dragging its edges with the mouse. |
| IsTemplate | Gets or sets a boolean value which indicates whether transfer this control to template mode. (Inherited from C1.Web.Mvc.Control) |
| Modal | Gets or sets a value that determines whether the Popup should be displayed as a modal dialog. |
| OnClientDragged | Gets or sets the client function which occurs after the Popup has been dragged. |
| OnClientDragging | Gets or sets the client function which occurs when the Popup is about to be dragged. |
| OnClientGotFocus | Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Control) |
| OnClientHidden | Gets or sets the client function which occurs after the Popup has been hidden. |
| OnClientHiding | Gets or sets the client function which occurs before the Popup is hiding. |
| OnClientLostFocus | Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Control) |
| OnClientPositionChanged | Gets or sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events, after the PositionChanging event. |
| OnClientPositionChanging | Gets or sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events. |
| OnClientRefreshed | Occurs after the control has refreshed its contents. (Inherited from C1.Web.Mvc.Control) |
| OnClientRefreshing | Occurs when the control is about to refresh its contents. (Inherited from C1.Web.Mvc.Control) |
| OnClientResized | Gets or sets the client function which occurs after the Popup has been resized. |
| OnClientResizing | Gets or sets the client function which occurs when the Popup is about to be resized. |
| OnClientShowing | Gets or sets the client function which occurs before the Popup is showing. |
| OnClientShown | Gets or sets the client function which occurs after the Popup has been shown. |
| OnClientSizeChanged | Gets or sets the client function which occurs while the user resizes the Popup, between the resizing and resized events, after the SizeChanging event. |
| OnClientSizeChanging | Gets or sets the client function which occurs while the user resizes the Popup, between the resizing and resized events. |
| Owner | Gets or sets the selector string to determine the element that own this popup. |
| Position | Gets or sets a value that determines where the popup should be displayed with respect to the owner element. |
| RemoveOnHide | Gets or sets a value that determines whether the Popup element should be removed from the DOM when the Popup is hidden, as opposed to being hidden. |
| Selector | Gets or sets the selector to macth the dom element(s) which the control is attached to. (Inherited from C1.Web.Mvc.Control) |
| ShowTrigger | Gets or sets the actions that show the Popup. |
| TabOrder | Gets or sets a value of the tabindex attribute associated with the control. (Inherited from C1.Web.Mvc.Control) |
| TemplateBindings | Gets the collection of the template bindings. (Inherited from C1.Web.Mvc.Control) |
| UniqueId | Gets a value which represents the unique id for the control. (Inherited from C1.Web.Mvc.Control) |
| Width | Gets or sets the width of the control. (Inherited from C1.Web.Mvc.Control) |