KaxWindowBaseDestroyOnClose Property |
Gets or sets a value indicating whether the window will be disposed and made inaccessible once it is closed.
If property is set to true, the next time a window with this ID is requested, a new window with default settings is created and returned.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool DestroyOnClose { get; set; }
Public Property DestroyOnClose As Boolean
Get
Set
public:
property bool DestroyOnClose {
bool get ();
void set (bool value);
}
member DestroyOnClose : bool with get, set
Property Value
Type:
BooleanThe default value is
false.
See Also