KaxFilterLoadSettings Method |
Loads the provided state in the control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void LoadSettings(
string state
)
Public Sub LoadSettings (
state As String
)
public:
void LoadSettings(
String^ state
)
member LoadSettings :
state : string -> unit
Parameters
- state
- Type: SystemString
Base64 encoded string representing saved control state
See Also