KaxDialogOpenerEnableKetticManagers Property |
When set to True, tells the dialog opener to use KaxScriptManager and KaxStyleSheetManager when loading an .ascx dialog file.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool EnableKetticManagers { get; set; }
Public Property EnableKetticManagers As Boolean
Get
Set
public:
property bool EnableKetticManagers {
bool get ();
void set (bool value);
}
member EnableKetticManagers : bool with get, set
Property Value
Type:
Boolean
See Also