Click or drag to resize
ModalPopupDialog Properties

The ModalPopupDialog type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalInitHandler
Javascript handler for additional script (used in maximized form).
Public propertyBackgroundCssClass
Gets or sets the background css class.
Public propertyCancelControlID
Gets or sets the ID of control which should cancel modal popup.
Public propertyCancelOnBackgroundClick
Gets or sets the value that indicates whether background click should cancel current popup.
Public propertyMaxSizedEdgeSpace
Applies only if dialog is maximized. Modal dialog is shortened from all sizes with this number.
Public propertyOkControlID
Gets or sets the ID of control which should close modal window and continue with processing.
Public propertyOnCancelScript
Gets or sets the script which should be executed after Cancel button click.
Public propertyOnOkScript
Gets or sets the script which should be executed after OK button click.
Public propertyPopupControlID
Gets or sets the ID of control which should popup modal window.
Public propertyShowMaximized
Indicates whether show modal dialog maximized (width and height is computed from window size).
Public propertyStopProcessing
Indicates if the control should perform the operations.
Top
See Also