Click or drag to resize
KaxDialogOpenerUseClassicDialogs Property
Gets or sets a value, indicating if classic windows will be used for opening a dialog.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool UseClassicDialogs { get; set; }

Property Value

Type: Boolean
A boolean, indicating if classic windows will be used for opening a dialog
Remarks
When set to true, the KaxDialogOpener shows a dialog similar to the ones opened by window.open and window.showModalDialog;
See Also