KaxAjaxControlEnableHistory Property |
Enables browser back/forward buttons state (browser history).
Please, review the KaxAjax "Changes and backwards compatibility" - "Back and Forward buttons" article for more info.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool EnableHistory { get; set; }
Public Overridable Property EnableHistory As Boolean
Get
Set
public:
virtual property bool EnableHistory {
bool get ();
void set (bool value);
}
abstract EnableHistory : bool with get, set
override EnableHistory : bool with get, set
Property Value
Type:
Boolean
See Also