Click or drag to resize
ControlItemContainerGetXml Method
Gets an XML string representing the state of the control. All child items and their properties are serialized in this string.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string GetXml()

Return Value

Type: String
A String representing the state of the control - child items, properties etc.
Remarks
Use the GetXml method to get the XML state of the control. You can cache it and then restore it using the LoadXml method.
See Also